Fix tests too
This commit is contained in:
parent
d423e88845
commit
b2319f0971
@ -220,6 +220,7 @@ fn handle_operator(c: char, input: &mut CharIter) -> TokenType {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod schala_tokenizer_tests {
|
mod schala_tokenizer_tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
use super::Kw::*;
|
||||||
|
|
||||||
macro_rules! digit { ($ident:expr) => { DigitGroup(Rc::new($ident.to_string())) } }
|
macro_rules! digit { ($ident:expr) => { DigitGroup(Rc::new($ident.to_string())) } }
|
||||||
macro_rules! ident { ($ident:expr) => { Identifier(Rc::new($ident.to_string())) } }
|
macro_rules! ident { ($ident:expr) => { Identifier(Rc::new($ident.to_string())) } }
|
||||||
|
Loading…
Reference in New Issue
Block a user