ソースを参照

Curse you, Python 3!

tags/v0.2
Ben Kurtovic 11年前
コミット
30d4f137a8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tests/test_utils.py

+ 1
- 1
tests/test_utils.py ファイルの表示

@@ -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([])),


読み込み中…
キャンセル
保存