added a test case for 'stray backslash'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hyung-hwan 2024-09-18 22:23:30 +09:00
parent 914d1797f3
commit 41cf6e95ce

View File

@ -135,3 +135,7 @@ abc.? := 20 ##ERROR: syntax error - '?' prohibited as first character of identif
--- ---
1 * 2 3 4 ##ERROR: syntax error - redundant operand '4' 1 * 2 3 4 ##ERROR: syntax error - redundant operand '4'
---
1 \ 2 ##ERROR: syntax error - stray backslash