We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f9b01 commit 4edbae8Copy full SHA for 4edbae8
manipulate_test.go
@@ -137,5 +137,6 @@ func TestWordSplit(t *testing.T) {
137
"one word": sep("one", "word"),
138
"一个字:把他给我拿下!": "",
139
"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"),
141
})
142
}
0 commit comments