Exemplo n.º 1
0
 def test_dictionary_special(self):
     self.check_dict(Dictionary(source='bar\x1e\x1efoo', target='br\x1eff'))
Exemplo n.º 2
0
 def test_dictionary_markup(self):
     self.check_dict(Dictionary(source='<b>foo</b>', target='<b>bar</b>'))
Exemplo n.º 3
0
 def test_dictionary(self):
     self.check_dict(Dictionary(source='foo', target='bar'))
Exemplo n.º 4
0
 def test_dictionary_special(self):
     self.check_dict(Dictionary(source="bar\x1e\x1efoo", target="br\x1eff"))
Exemplo n.º 5
0
 def test_dictionary_markup(self):
     self.check_dict(Dictionary(source="<b>foo</b>", target="<b>bar</b>"))
Exemplo n.º 6
0
 def test_dictionary(self):
     self.check_dict(Dictionary(source="foo", target="bar"))