diff options
Diffstat (limited to 'tests/accept/run/tseqcon.nim')
-rwxr-xr-x | tests/accept/run/tseqcon.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/tseqcon.nim b/tests/accept/run/tseqcon.nim index 935da86b5..6e0a5b56d 100755 --- a/tests/accept/run/tseqcon.nim +++ b/tests/accept/run/tseqcon.nim @@ -1,3 +1,7 @@ +discard """ + file: "tseqcon.nim" + output: "Hithere, what\'s your name?Hathere, what\'s your name?" +""" # Test the add proc for sequences and strings const @@ -43,3 +47,5 @@ when nestedFixed: nested() #OUT Hithere, what's your name?Hathere, what's your name? + + |