mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-28 19:23:24 +03:00
forgot to remove debug stmt, and regen tests
This commit is contained in:
parent
3971a6100d
commit
cd95f48f77
@ -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;
|
||||
|
@ -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: '''"
|
||||
|
Loading…
Reference in New Issue
Block a user