summary refs log tree commit diff stats
path: root/tests/dir with space/tspace.nim
blob: 87a52c271374a1ebb221fea89e5ccadeab0e99ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
output: "Successful"
"""
# Test for the compiler to be able to compile a Nim file with spaces in the directory name.
# Also test if import of a directory with a space works.

import "more spaces" / mspace

assert tenTimes(5) == 50
echo("Successful")