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 | 10b32dd53ad8cf1f91ed218c0aec46b913a9473a (patch) | |
tree | 815240254e61bff183b5a4ef926d5abe3959f091 | |
parent | 44ddca1860d99179c79906960bade604bb777cce (diff) | |
download | scintilla-mirror-10b32dd53ad8cf1f91ed218c0aec46b913a9473a.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 |