From 00d7bea6bc33680fe8ffc882b59f4d8df2f19717 Mon Sep 17 00:00:00 2001 From: wangyantian Date: Wed, 21 Sep 2022 10:42:18 +0800 Subject: [PATCH] Remove one extra space in testcase expected result Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/I5S7TJ Test: es2panda regression test Signed-off-by: wangyantian --- .../parser/ts/test-function-with-type-assertion-expected.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es2panda/test/parser/ts/test-function-with-type-assertion-expected.txt b/es2panda/test/parser/ts/test-function-with-type-assertion-expected.txt index e467c54f02..afa2bb556a 100644 --- a/es2panda/test/parser/ts/test-function-with-type-assertion-expected.txt +++ b/es2panda/test/parser/ts/test-function-with-type-assertion-expected.txt @@ -1,4 +1,4 @@ - { +{ "type": "Program", "statements": [ { @@ -1053,4 +1053,4 @@ "column": 72 } } -} \ No newline at end of file +} -- Gitee