diff options
author | Varriount <Varriount@users.noreply.github.com> | 2015-01-17 21:20:41 -0500 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2015-01-17 21:20:41 -0500 |
commit | d3a8d5b1736cc56fba83c185dfeb5db7b74ad6b4 (patch) | |
tree | 701d72017c7cfbd91c25e77dca7a339d2599ab7f /tests | |
parent | 4b30c6d9ced63c2621111f46b7490c94348a2452 (diff) | |
parent | 66a9be4e026b0b9c9756a68513ff691b35d5759f (diff) | |
download | Nim-d3a8d5b1736cc56fba83c185dfeb5db7b74ad6b4.tar.gz |
Merge pull request #1981 from Varriount/zielmicha-devel
Custom merge of Zielmicha devel
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/tspace in filename.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/tspace in filename.nim b/tests/misc/tspace in filename.nim new file mode 100644 index 000000000..8db4b52f2 --- /dev/null +++ b/tests/misc/tspace in filename.nim @@ -0,0 +1,3 @@ +# Test for the compiler to be able to compile a Nim file with spaces in it. + +echo("Successful") \ No newline at end of file |