diff options
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 |