From 59f315a540286aaf46c3a8043ee0261cbeb03a33 Mon Sep 17 00:00:00 2001 From: houhaoyu Date: Tue, 12 Oct 2021 18:15:45 +0800 Subject: [PATCH] houhaoyu@huawei.com Signed-off-by: houhaoyu Change-Id: I56a8b16c1abb6e92d6635e652ea717f676c26187 --- compiler/peg_parser/src/parse_extend.peg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/peg_parser/src/parse_extend.peg b/compiler/peg_parser/src/parse_extend.peg index aa57c04..7382cc6 100644 --- a/compiler/peg_parser/src/parse_extend.peg +++ b/compiler/peg_parser/src/parse_extend.peg @@ -15,7 +15,7 @@ start = extendAttributes:extendAttribute+ { - return {location: location()} + return {location: location()}; } extendAttribute = whiteSpace '.' whiteSpace attribute item