change //line comments to fix debug information
This commit is contained in:
1198
scanner/scanner.go
1198
scanner/scanner.go
File diff suppressed because it is too large
Load Diff
@@ -516,6 +516,7 @@ func TestConstantStrings(t *testing.T) {
|
||||
T_CONSTANT_ENCAPSED_STRING.String(),
|
||||
T_CONSTANT_ENCAPSED_STRING.String(),
|
||||
T_CONSTANT_ENCAPSED_STRING.String(),
|
||||
T_CONSTANT_ENCAPSED_STRING.String(),
|
||||
}
|
||||
|
||||
lexer := NewLexer([]byte(src))
|
||||
|
||||
Reference in New Issue
Block a user