mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 04:57:49 +00:00
Remove tests for new functions from tstrutil.
This commit is contained in:
@@ -95,16 +95,5 @@ assert(' '.repeat(0) == "")
|
||||
assert(" ".repeat(0) == "")
|
||||
assert(spaces(0) == "")
|
||||
|
||||
assert(isNilOrEmpty(""))
|
||||
assert(isNilOrEmpty(nil))
|
||||
assert(not isNilOrEmpty("test"))
|
||||
assert(not isNilOrEmpty(" "))
|
||||
|
||||
assert(isNilOrWhitespace(""))
|
||||
assert(isNilOrWhitespace(nil))
|
||||
assert(isNilOrWhitespace(" "))
|
||||
assert(isNilOrWhitespace("\t\l \v\r\f"))
|
||||
assert(not isNilOrWhitespace("ABc \td"))
|
||||
|
||||
main()
|
||||
#OUT ha/home/a1xyz/usr/bin
|
||||
|
||||
Reference in New Issue
Block a user