leo/tests/parser/functions/escape_fail.leo
0rphon 7d2cbb2ec2 done with coverage
finished coverage tests. adding case by case tests from the parser fuzzer next
2022-03-02 14:13:37 -08:00

9 lines
80 B
Plaintext

/*
namespace: Parse
expectation: Fail
*/
function main() {
let x = 1u8;
}
\