diff options
Diffstat (limited to 'tests/comment-test.tnsl')
-rw-r--r-- | tests/comment-test.tnsl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/comment-test.tnsl b/tests/comment-test.tnsl index 6643695..ffc6e3a 100644 --- a/tests/comment-test.tnsl +++ b/tests/comment-test.tnsl @@ -14,14 +14,16 @@ limitations under the License. #/ -;/# -#/; +/;/# +#/;/ + +;a a -a/# +;a/# #/a -/;/# -#/;/ +; /# +#/; /# Ok, so this should give no output either @@ -43,4 +45,4 @@ a# Comment end #; if (thing) ;; else if (other_thing) ;# Comment start -End #/
\ No newline at end of file +End #/ |