(self)
| 104 | Equal(self.text.compare("insert", '==', "end-1c"), 1) |
| 105 | |
| 106 | def test_fetch_prev_cyclic(self): |
| 107 | prefix = '' |
| 108 | test = self.fetch_test |
| 109 | test(True, line2, prefix, 1) |
| 110 | test(True, line1, prefix, 0) |
| 111 | test(True, prefix, None, None, bell=True) |
| 112 | |
| 113 | def test_fetch_next_cyclic(self): |
| 114 | prefix = '' |