aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/simpleTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/simpleTests.py b/test/simpleTests.py
index f98d0c230..5967e0eda 100644
--- a/test/simpleTests.py
+++ b/test/simpleTests.py
@@ -303,6 +303,7 @@ class TestSimple(unittest.TestCase):
self.assertEquals(self.ed.LineCount, 1)
self.assertEquals(self.ed.LineLength(0), 2)
self.assertEquals(self.ed.GetLineEndPosition(0), 2)
+ self.assertEquals(self.ed.LineEndTypesSupported, 1)
def testUnicodeLineEndsWithCodePage0(self):
# Try the Unicode line ends when not in Unicode mode -> should remain 1 line