mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
15 lines
530 B
Plaintext
15 lines
530 B
Plaintext
issue_416_template_shift.nim
|
|
> c --verbosity:0 --hints:on
|
|
SuccessX
|
|
> idetools --track:$TESTNIM,12,28 --def $SILENT
|
|
def\tskType\tsystem.string\tstring
|
|
> idetools --track:$TESTNIM,12,35 --def $SILENT
|
|
def\tskLet\t$MODULE.failtest.input\tTaintedString
|
|
|
|
# The following fail because they seem shifted one column to the right.
|
|
> idetools --track:$TESTNIM,12,16 --def $SILENT
|
|
def\tskTemplate\tsequtils.toSeq\tproc \(expr\): expr
|
|
> idetools --track:$TESTNIM,12,22 --def $SILENT
|
|
def\tskIterator\tunicode.runes\titerator \(string\): TRune
|
|
|