コード例 #1
0
def test_random_complex_example():
    assert parse('jjk:x\r:e\x80kb\x80kb') == ['j', 'j', 'k', '\r']
コード例 #2
0
def test_ignore_insert_mode():
    assert parse('iasd\1b') == []