diff options
author | Neil <nyamatongwe@gmail.com> | 2013-09-03 18:26:02 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-09-03 18:26:02 +1000 |
commit | fa44626dfb3c4764851f457a5826251d1e4fb0f4 (patch) | |
tree | a06696c17379839baf6e85d177ca070126d3b44c | |
parent | 77e3727bdd5c981c338fd1c0bc073393aa2f5068 (diff) | |
download | scintilla-mirror-fa44626dfb3c4764851f457a5826251d1e4fb0f4.tar.gz |
Added another test for cpp lexer support for Unicode line ends.
-rw-r--r-- | test/simpleTests.py | 1 |
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 |