summaryrefslogtreecommitdiff
path: root/tests/comment-test.tnsl
blob: cdd33be939c008de02a7457242a3d66aad84fe91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
;/#
#/;

a/#
#/a

/;/#
#/;/

/#
    Ok, so this should give no output either
#/

# ;
#a
# /;

; # stuff
a#
/;#
# ;/
;/

# More intricate block changing checks

/# Comment start
Comment end #; if (thing)
;; else if (other_thing)
;# Comment start
End #/