intial commits
parent
4b22917a09
commit
7d541cb34a
|
@ -169,7 +169,7 @@ func TestByteIs(t *testing.T) {
|
|||
Expected: false,
|
||||
},
|
||||
{
|
||||
Value: 0x27, // == '\\'
|
||||
Value: 0x27, // == '\''
|
||||
Expected: true,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -169,7 +169,7 @@ func TestRuneIs(t *testing.T) {
|
|||
Expected: false,
|
||||
},
|
||||
{
|
||||
Value: 0x27, // == '\\'
|
||||
Value: 0x27, // == '\''
|
||||
Expected: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue