Skip to content

Commit 4edbae8

Browse files
committed
refs #14. more test cases.
1 parent 83f9b01 commit 4edbae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manipulate_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,6 @@ func TestWordSplit(t *testing.T) {
137137
"one word": sep("one", "word"),
138138
"一个字:把他给我拿下!": "",
139139
"it's a super-fancy one!!!a": sep("it's", "a", "super-fancy", "one", "a"),
140+
"a -b-c' 'd'e": sep("a", "b-c'", "d'e"),
140141
})
141142
}

0 commit comments

Comments
 (0)