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