Skip to content

Commit

Permalink
test tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
trobro committed Jul 23, 2022
1 parent a3296e6 commit f9e5f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ func TestMarshalUnmarshal(t *testing.T) {
marshalUnmarshal(t, "0\r")
marshalUnmarshal(t, "0\n'")
marshalUnmarshal(t, "0\n")
marshalUnmarshal(t, "\t0\na\tb\t")
marshalUnmarshal(t, "\t0\n\tab")
marshalUnmarshal(t, "0\r\n'")
marshalUnmarshal(t, "0\r\n")
}

0 comments on commit f9e5f7a

Please sign in to comment.