Files
Nim/test/misc.nim
2015-01-20 18:23:54 -05:00

8 lines
172 B
Nim

import unittest, nre
suite "Misc tests":
test "unicode":
check("".find(re("", "8")).match == "")
check("перевірка".replace(re(r"\w", "uW"), "") == "")