From 054307b6c99ab962cfa9bcb4c4d50f3aea5406ea Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Mon, 9 May 2022 23:52:56 +0900 Subject: Make the identifier format strict --- grammar/grammar_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammar/grammar_test.go') 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}, -- cgit v1.2.3