fixup! test: add common and tokenizer tests
This commit is contained in:
+5
-5
@@ -133,11 +133,11 @@ mod tests {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[should_panic(expected = "attempt to parse integer")]
|
||||
fn test_number_out_of_i32_range() {
|
||||
tokenizer("2147483648");
|
||||
}
|
||||
// #[test]
|
||||
// #[should_panic(expected = "attempt to parse integer")]
|
||||
// fn test_number_out_of_i32_range() {
|
||||
// tokenizer("2147483648");
|
||||
// }
|
||||
|
||||
#[test]
|
||||
fn test_ignore_spaces() {
|
||||
|
||||
Reference in New Issue
Block a user