Files
Nim/test/misc.nim
2015-04-10 15:34:22 +03:00

7 lines
193 B
Nim

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