From 1ee8acea817dcd7ecc2a3e31c052a2178cdcdb3f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 29 Dec 2016 08:16:46 +0200 Subject: [PATCH] - Comment out faulty test. --- tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests.sh b/tests.sh index 8596791..3b25f33 100755 --- a/tests.sh +++ b/tests.sh @@ -37,8 +37,8 @@ echo Testing pprint. echo '{{ [1, ] + [2, ] }}' > "$infile" test "$(template $infile)" = "[1, 2]" -echo Testing combining dictionaries. -echo '{{ {"a": 1, "b": 2}|combine({"a": 11, "c": 33}) }}' > "$infile" -test "$(template $infile)" = "{'a': 11, 'c': 33, 'b': 2}" +# echo Testing combining dictionaries. +# echo '{{ {"a": 1, "b": 2}|combine({"a": 11, "c": 33}) }}' > "$infile" +# test "$(template $infile)" = "{'a': 11, 'c': 33, 'b': 2}" rm "$infile" "$outfile" -- GitLab