Lexer tests: import formatting
This commit is contained in:
parent
3f8c2b6267
commit
2095bfec80
@ -6,10 +6,7 @@ mod ast {
|
|||||||
}
|
}
|
||||||
mod lexer {
|
mod lexer {
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use crate::{
|
use crate::{lexer::Lexer, token::preamble::*};
|
||||||
lexer::Lexer,
|
|
||||||
token::preamble::*,
|
|
||||||
};
|
|
||||||
|
|
||||||
macro test_lexer_output_type ($($f:ident {$($test:expr => $expect:expr),*$(,)?})*) {$(
|
macro test_lexer_output_type ($($f:ident {$($test:expr => $expect:expr),*$(,)?})*) {$(
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user