summary refs log tree commit diff stats
path: root/tests/modules/timportexcept.nim
blob: 93a7fd642598b2b9c72e735fcb35c5ee6a2fa6db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  line: 9
  errormsg: "undeclared identifier: '%'"
"""

import strutils except `%`

# doesn't work
echo "$1" % "abc"