[lang-ref] ( tabify ) ( python )

def test_tabify():
    pytest.skip('Not supported')
    # s = ' ' * 9 + 'a'
    # r = s.tabify(4)
    # assert r == '\t\t a'