aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/simpleTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/simpleTests.py')
-rw-r--r--test/simpleTests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/simpleTests.py b/test/simpleTests.py
index 71dab4389..d4163813e 100644
--- a/test/simpleTests.py
+++ b/test/simpleTests.py
@@ -684,6 +684,9 @@ class TestMarkers(unittest.TestCase):
self.assertEquals(self.ed.MarkerPrevious(1, 2), 0)
self.assertEquals(self.ed.MarkerPrevious(2, 2), 2)
+ def testMarkerNegative(self):
+ self.assertEquals(self.ed.MarkerNext(-1, 2), -1)
+
def testLineState(self):
self.assertEquals(self.ed.MaxLineState, 0)
self.assertEquals(self.ed.GetLineState(0), 0)