Sfoglia il codice sorgente

Curse you, Python 3!

tags/v0.2
Ben Kurtovic 11 anni fa
parent
commit
30d4f137a8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tests/test_utils.py

+ 1
- 1
tests/test_utils.py Vedi File

@@ -42,7 +42,7 @@ class TestUtils(TreeEqualityTestCase):
(Template(wrap([Text("spam")])),
wrap([Template(textify(["spam"]))])),
("fóóbar", textify(["fóóbar"])),
(b"foobár", textify(["foobár"])),
(b"foob\xc3\xa1r", textify(["foobár"])),
(123, textify(["123"])),
(True, textify(["True"])),
(None, wrap([])),


Caricamento…
Annulla
Salva