added a test case for 'stray backslash'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
914d1797f3
commit
41cf6e95ce
@ -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 ##ERROR: syntax error - stray backslash
|
||||
|
Loading…
Reference in New Issue
Block a user