intial commits

master
Charles Iliya Krempeaux 2023-12-07 16:54:33 -08:00
parent 4b22917a09
commit 7d541cb34a
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ func TestByteIs(t *testing.T) {
Expected: false, Expected: false,
}, },
{ {
Value: 0x27, // == '\\' Value: 0x27, // == '\''
Expected: true, Expected: true,
}, },
{ {

View File

@ -169,7 +169,7 @@ func TestRuneIs(t *testing.T) {
Expected: false, Expected: false,
}, },
{ {
Value: 0x27, // == '\\' Value: 0x27, // == '\''
Expected: true, Expected: true,
}, },
{ {