forgot to remove debug stmt, and regen tests

This commit is contained in:
gluax 2021-05-21 15:11:48 -04:00
parent 3971a6100d
commit cd95f48f77
2 changed files with 1 additions and 2 deletions

View File

@ -96,7 +96,6 @@ impl Token {
if hex {
let string = input_tendril.to_string();
let hex_string = &string[2..string.len()];
println!("hs {} l {}", hex_string, hex_string.len());
if hex_string.len() != 2 {
return None;

View File

@ -2,4 +2,4 @@
namespace: Compile
expectation: Fail
outputs:
- " --> compiler-test:4:25\n |\n 4 | const not_valid = '';\n | ^\n |\n = expected 'expression', got ';'"
- " --> compiler-test:4:23\n |\n 4 | const not_valid = '';\n | ^\n |\n = unexpected token: '''"