mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
fixes a parser bug
This commit is contained in:
6
tests/parser/twrongcmdsyntax.nim
Normal file
6
tests/parser/twrongcmdsyntax.nim
Normal file
@@ -0,0 +1,6 @@
|
||||
discard """
|
||||
errormsg: '''identifier expected, but found 'echo 4'''
|
||||
line: 6
|
||||
"""
|
||||
|
||||
echo 4 +2
|
||||
Reference in New Issue
Block a user