diff options
| author | 2020-09-28 18:27:46 -0400 | |
|---|---|---|
| committer | 2020-09-28 18:27:46 -0400 | |
| commit | 9074eee175f76b824fbb6695d56426105191c51c (patch) | |
| tree | 2294be463d325d7092e600d88f160027c437086d /test/test_util.py | |
| parent | 261c8c2bc74969e2242a153297895684742b6995 (diff) | |
New upstream version 1.15.0.upstream/1.15.0
Diffstat (limited to 'test/test_util.py')
| -rw-r--r-- | test/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_util.py b/test/test_util.py index 5fbaa4e..1515814 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -339,7 +339,7 @@ class TestFormatter(unittest.TestCase): self._run_test("{z|a!C:RH/C/}", "Cello World") self._run_test("{z|y|x:?</>/}", "") - self._run_test("{d[c]|d[b]|d[a]}", "0") + self._run_test("{d[c]|d[b]|d[a]}", "foo") self._run_test("{d[a]|d[b]|d[c]}", "foo") self._run_test("{d[z]|d[y]|d[x]}", "None") |
