Skip to content

Commit

Permalink
Remove tests for new functions from tstrutil.
Browse files Browse the repository at this point in the history
  • Loading branch information
euantorano committed Jun 26, 2016
1 parent f849113 commit e1b7e38
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/stdlib/tstrutil.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e1b7e38

Please sign in to comment.