summary refs log tree commit diff stats
path: root/tests/parser/tinvifstmt.nim
blob: 0455bce6062e9d1efbe8647c1f0b539f37493493 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  errormsg: "invalid indentation"
  line: 9
  column: 3
"""

if true:
    echo "a"
  elif:
    echo "b"
 else:
   echo "c"