From eb8f15d97c2aba8e0bf56a4da151d919814c9745 Mon Sep 17 00:00:00 2001 From: Oscar Nihlgård Date: Thu, 31 May 2018 09:38:43 +0200 Subject: Support multi byte characters in module names (#7916) --- "tests/misc/\303\245\303\244\303\266.nim" | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 "tests/misc/\303\245\303\244\303\266.nim" (limited to 'tests/misc') diff --git "a/tests/misc/\303\245\303\244\303\266.nim" "b/tests/misc/\303\245\303\244\303\266.nim" new file mode 100644 index 000000000..69bb3e22c --- /dev/null +++ "b/tests/misc/\303\245\303\244\303\266.nim" @@ -0,0 +1,8 @@ +discard """ + action: run +""" + +# Tests that module names can contain multi byte characters + +let a = 1 +doAssert åäö.a == 1 \ No newline at end of file -- cgit 1.4.1-2-gfad0