summary refs log blame commit diff stats
path: root/nimsuggest/tests/tcallstrlit_highlight.nim
blob: 6f5b0f792de25d735994fb0ecc22dd3794291885 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                             
func foo(s: string) = discard

foo"string"#[!]#

discard """
$nimsuggest --tester $file
>highlight $1
highlight;;skFunc;;1;;5;;3
highlight;;skType;;1;;12;;6
highlight;;skFunc;;3;;0;;3
"""