修改gstr测试用例

修改gstr测试用例的错误
This commit is contained in:
iamyl
2021-11-05 10:20:36 +08:00
committed by GitHub
parent 041ebacb8c
commit c663a0d9c5

View File

@ -1076,7 +1076,7 @@ func ExampleReplaceI() {
fmt.Println(rsStr)
// Output:
//
// golang_is Very Nice.to-use
}
func ExampleReplaceIByArray() {
@ -1164,8 +1164,8 @@ func ExampleShuffle() {
rsStr := gstr.Shuffle(str)
fmt.Println(rsStr)
// Output:
// frg.omeie sa_cNi
// May Output:
// e giNomescraf._i
}
func ExampleSimilarText() {
@ -1329,7 +1329,7 @@ func ExampleStripSlashes() {
fmt.Println(rsStr)
// Output:
//
// goframe "is" Very Nice to use
}
func ExampleSubStr() {