diff options
Diffstat (limited to '')
-rw-r--r-- | spec/grammar/parser/lexer_test.go (renamed from spec/grammar/lexer_test.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/grammar/lexer_test.go b/spec/grammar/parser/lexer_test.go index 20dfccc..64c2aa2 100644 --- a/spec/grammar/lexer_test.go +++ b/spec/grammar/parser/lexer_test.go @@ -1,4 +1,4 @@ -package grammar +package parser import ( "strings" |