From 04fa2baba6d615c49cf3f77986595da2a7783899 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 23 Jan 2022 22:21:24 +0100 Subject: tests: reorganize testcase files - Rename 03_bugs to 04_bugs - Rename 26_invalid_sparse_array_set to 27_invalid_sparse_array_set Signed-off-by: Jo-Philipp Wich --- tests/custom/03_bugs/08_compiler_arrow_fn_expressions | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/custom/03_bugs/08_compiler_arrow_fn_expressions (limited to 'tests/custom/03_bugs/08_compiler_arrow_fn_expressions') diff --git a/tests/custom/03_bugs/08_compiler_arrow_fn_expressions b/tests/custom/03_bugs/08_compiler_arrow_fn_expressions deleted file mode 100644 index 5cd8960..0000000 --- a/tests/custom/03_bugs/08_compiler_arrow_fn_expressions +++ /dev/null @@ -1,15 +0,0 @@ -Arrow functions with single expression bodies were parsed with a wrong -precedence level, causing comma expressions to be greedily consumed. - --- Testcase -- -{% - print({ - a: () => 1, - b: () => 2 - }, "\n"); -%} --- End -- - --- Expect stdout -- -{ "a": "() => { ... }", "b": "() => { ... }" } --- End -- -- cgit v1.2.3