diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2022-05-09 23:52:56 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2022-05-10 23:14:52 +0900 |
commit | 054307b6c99ab962cfa9bcb4c4d50f3aea5406ea (patch) | |
tree | 73aea74559c64f3bcb55f3a39b2399714b616174 /grammar/grammar_test.go | |
parent | Change the default suffix of a grammar file from .vr to .vartan (diff) | |
download | cotia-054307b6c99ab962cfa9bcb4c4d50f3aea5406ea.tar.gz cotia-054307b6c99ab962cfa9bcb4c4d50f3aea5406ea.tar.xz |
Make the identifier format strict
Diffstat (limited to 'grammar/grammar_test.go')
-rw-r--r-- | grammar/grammar_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/grammar_test.go b/grammar/grammar_test.go index 62823e1..e61e422 100644 --- a/grammar/grammar_test.go +++ b/grammar/grammar_test.go @@ -2786,7 +2786,7 @@ s : foo ; -foo #alias Foo +foo #alias bar : 'foo'; `, errs: []*SemanticError{semErrDirInvalidParam}, |