summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorVarriount <clay.sweetser@gmail.com>2015-01-17 21:20:25 -0500
committerVarriount <clay.sweetser@gmail.com>2015-01-17 21:20:25 -0500
commit66a9be4e026b0b9c9756a68513ff691b35d5759f (patch)
tree94e3677112c8ebe36aa9aaf3fdbb94c86de1b255
parentd630f72b8112b4ec7ff6340b9969df0d6d201cd9 (diff)
downloadNim-66a9be4e026b0b9c9756a68513ff691b35d5759f.tar.gz
Add filename space test
-rw-r--r--tests/misc/tspace in filename.nim3
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