From b24f61a465d21af404ed647a977160042017e601 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sat, 5 Nov 2022 14:21:13 +0900 Subject: Remove alias system Remove unimportant features to tidy up the specification. --- driver/syntax_error_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver/syntax_error_test.go') diff --git a/driver/syntax_error_test.go b/driver/syntax_error_test.go index f68f595..ada1fb0 100644 --- a/driver/syntax_error_test.go +++ b/driver/syntax_error_test.go @@ -242,7 +242,7 @@ foo }, }, { - caption: "when an anonymous symbol is expected, an expected symbol list contains an alias of the anonymous symbol", + caption: "when an anonymous symbol is expected, an expected symbol list contains an auto-generated name with the prefix `x_`", specSrc: ` #name test; @@ -256,7 +256,7 @@ foo src: `foobaz`, cause: `baz`, expected: []string{ - "bar", + "x_1", }, }, } -- cgit v1.2.3