コード例 #1
0
ファイル: test_pgspecial.py プロジェクト: vishalbelsare/pgcli
def test_slash_suggests_special():
    suggestions = suggest_type("\\", "\\")
    assert set(suggestions) == {Special()}