blob: 951a21612a59374ac50a22da87286fa3562edac4 (
plain) (
tree)
|
|
issue_416_template_shift.nim
> c
SuccessX
> idetools --track:$TESTNIM,12,28 --def
def\tskType\tsystem.string\tstring
> idetools --track:$TESTNIM,12,35 --def
def\tskLet\t$MODULE.failtest.input\tTaintedString
# The following fail because they seem shifted one colum to the right.
> idetools --track:$TESTNIM,12,16 --def
def\tskTemplate\tsequtils.toSeq\tproc \(expr\): expr
> idetools --track:$TESTNIM,12,22 --def
def\tskIterator\tunicode.runes\titerator \(string\): TRune
|