diff options
Diffstat (limited to 'tests/accept/run/tquotewords.nim')
-rwxr-xr-x | tests/accept/run/tquotewords.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/tquotewords.nim b/tests/accept/run/tquotewords.nim index 462293b40..81f30c9a9 100755 --- a/tests/accept/run/tquotewords.nim +++ b/tests/accept/run/tquotewords.nim @@ -1,3 +1,7 @@ +discard """ + file: "tquotewords.nim" + output: "thisanexample" +""" # Test an idea I recently had: import macros @@ -17,3 +21,5 @@ for w in items(myWordList): echo s #OUT thisanexample + + |