summary refs log tree commit diff stats
path: root/tests/stdlib/tsplit2.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update unit test to handle AssertionError instead of ValueError for #5119Chris Heller2016-12-211-1/+1
|
* Guard against calling split with an empty string as a separator. Fixes #5119Chris Heller2016-12-211-0/+19
d='n59' href='#n59'>59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94