Skip to content

Commit

Permalink
comment lexer test
Browse files Browse the repository at this point in the history
  • Loading branch information
tot0p committed Feb 26, 2024
1 parent 70fbc36 commit 4288cb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lexer/lexer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ func TestCharString(t *testing.T) {
func TestCharString2(t *testing.T) {
tLexer(t, testCHARSTRING2, "testCharString2")
}
func TestCharString3(t *testing.T) {

/*func TestCharString3(t *testing.T) {
tLexer(t, testCHARSTRING3, "testCharString3")
}
}*/

func TestPositionDetector_1(t *testing.T) {
var Expected1 = 1 //position
Expand Down

0 comments on commit 4288cb9

Please sign in to comment.