Ad
  • Default User Avatar

    Try this test:

    def test_8():
            txt = 'ABSOLUTE\nHECK\tof a month'
            test.assert_equals(censor(txt), 'ABSOLUTE\n****\tof a month')