示例#1
0
def test_prefix():
    from prefix import Prefix
    p = Prefix("foo")
    assert p.pre("bar") == "foobar"