Skip to content

Commit

Permalink
refs #14. more test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
huandu committed Jan 9, 2015
1 parent 83f9b01 commit 4edbae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manipulate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,6 @@ func TestWordSplit(t *testing.T) {
"one word": sep("one", "word"),
"一个字:把他给我拿下!": "",
"it's a super-fancy one!!!a": sep("it's", "a", "super-fancy", "one", "a"),
"a -b-c' 'd'e": sep("a", "b-c'", "d'e"),
})
}

0 comments on commit 4edbae8

Please sign in to comment.