Skip to content
Snippets Groups Projects
Commit 1ee8acea authored by nimrod's avatar nimrod
Browse files

- Comment out faulty test.

parent 9c5fc89a
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ echo Testing pprint. ...@@ -37,8 +37,8 @@ echo Testing pprint.
echo '{{ [1, ] + [2, ] }}' > "$infile" echo '{{ [1, ] + [2, ] }}' > "$infile"
test "$(template $infile)" = "[1, 2]" test "$(template $infile)" = "[1, 2]"
echo Testing combining dictionaries. # echo Testing combining dictionaries.
echo '{{ {"a": 1, "b": 2}|combine({"a": 11, "c": 33}) }}' > "$infile" # echo '{{ {"a": 1, "b": 2}|combine({"a": 11, "c": 33}) }}' > "$infile"
test "$(template $infile)" = "{'a': 11, 'c': 33, 'b': 2}" # test "$(template $infile)" = "{'a': 11, 'c': 33, 'b': 2}"
rm "$infile" "$outfile" rm "$infile" "$outfile"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment