summary refs log tree commit diff stats
path: root/tests/range/t19678.nim
blob: 88f7eff890fd10145f2e07fd0e03a73cbf7b8e6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
discard """
  cmd: "nim check --hints:off $file"
  errormsg: ""
  nimout: '''
t19678.nim(13, 13) Error: range of string is invalid



'''
"""

case "5":
  of "0" .. "9":
    discard
  else:
    discard