diff options
author | Araq <rumpf_a@web.de> | 2015-01-24 13:29:37 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-01-27 01:33:48 +0100 |
commit | efb5ec3e734fa4042555c41fde7a117b4b83ba46 (patch) | |
tree | 9ce70f1ca37eecffa2c7596db863395977a88f9f /tests/dir with space | |
parent | 8d064cedf2594664e309976b256d5562b0bd08d1 (diff) | |
download | Nim-efb5ec3e734fa4042555c41fde7a117b4b83ba46.tar.gz |
proper 'space in dir' test
Diffstat (limited to 'tests/dir with space')
-rw-r--r-- | tests/dir with space/tspace.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dir with space/tspace.nim b/tests/dir with space/tspace.nim new file mode 100644 index 000000000..8db4b52f2 --- /dev/null +++ b/tests/dir with space/tspace.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 |