Example #1
0
def test_space():
    assert not is_punct(' ')
Example #2
0
def test_comma():
    assert is_punct(',')
Example #3
0
def test_letter():
    assert not is_punct('a')
Example #4
0
def test_comma():
    assert is_punct(',')
Example #5
0
def test_letter():
    assert not is_punct('a')
Example #6
0
def test_space():
    assert not is_punct(' ')