We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483e51a commit 5dffaeaCopy full SHA for 5dffaea
Modules/unicodedata/tempfile.nim
Modules/unicodedata/test_decimalAndSpace.nim
@@ -1,10 +1,8 @@
1
#!/usr/bin/env python3
2
## this file is also runnable via Python
3
-## and it should be run via python for one time when it's time to test to update,
4
-## but remember once run via Nim, `./tempfile.nim` is needed
5
-import tempfile
+## and it should be run via python for one time when it's time to test to update
6
7
-not """\"""
+"""\""".`!=`("").assert
8
import ./rune_decl
9
import ./[decimal, space]
10
import ./private/consts
@@ -22,7 +20,7 @@ when true:
22
20
digits: array[10, IntSeq]
23
21
c: Rune
24
d: int
25
-not """"_"""
+discard "" != """"_"""
26
27
#[
28
from sys import maxunicode
0 commit comments