summary refs log tree commit diff stats
path: root/tests/dir with space
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-01-24 13:29:37 +0100
committerAraq <rumpf_a@web.de>2015-01-27 01:33:48 +0100
commitefb5ec3e734fa4042555c41fde7a117b4b83ba46 (patch)
tree9ce70f1ca37eecffa2c7596db863395977a88f9f /tests/dir with space
parent8d064cedf2594664e309976b256d5562b0bd08d1 (diff)
downloadNim-efb5ec3e734fa4042555c41fde7a117b4b83ba46.tar.gz
proper 'space in dir' test
Diffstat (limited to 'tests/dir with space')
-rw-r--r--tests/dir with space/tspace.nim3
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