Exemplo n.º 1
0
 def test_symbols(self):
     canada_tags(u'₩₮¬× this is fine too', {})
Exemplo n.º 2
0
 def test_strip_whitespace(self):
     assert_equal(canada_tags(u'  hello world\n ', {}), u'hello world')
Exemplo n.º 3
0
 def test_punctuation(self):
     canada_tags(u'yes we accept this ´‘’– —:;.!', {})
Exemplo n.º 4
0
 def test_simple(self):
     canada_tags(u'hello', {})
Exemplo n.º 5
0
 def test_barely_fits(self):
     canada_tags(u'z' * 140, {})
Exemplo n.º 6
0
 def test_symbols(self):
     canada_tags(u'₩₮¬× this is fine too', {})
Exemplo n.º 7
0
 def test_punctuation(self):
     canada_tags(u'yes we accept this ´‘’– —:;.!', {})
Exemplo n.º 8
0
 def test_strip_whitespace(self):
     assert_equal(canada_tags(u'  hello world\n ', {}), u'hello world')
Exemplo n.º 9
0
 def test_barely_fits(self):
     canada_tags(u'z' * 140, {})
Exemplo n.º 10
0
 def test_simple(self):
     canada_tags(u'hello', {})