aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/simpleTests.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-06-25 08:54:07 +1000
committerNeil <nyamatongwe@gmail.com>2023-06-25 08:54:07 +1000
commit69ea8169cbc562bda68a46ba00d44c87ffc5a15e (patch)
tree49392ba329ef190536085ded49358ebe7b0c4626 /test/simpleTests.py
parent816095e1fabb5d67218b1ef24b28476bbf4a4235 (diff)
downloadscintilla-mirror-69ea8169cbc562bda68a46ba00d44c87ffc5a15e.tar.gz
Strip line end white-space.
Diffstat (limited to 'test/simpleTests.py')
-rw-r--r--test/simpleTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/simpleTests.py b/test/simpleTests.py
index 485147d6a..7c6331715 100644
--- a/test/simpleTests.py
+++ b/test/simpleTests.py
@@ -598,7 +598,7 @@ class TestSimple(unittest.TestCase):
self.ed.SetSel(3, 3)
# Duplicates the second line containing 'b'
self.ed.LineDuplicate()
- # Same as above but end of duplicated line is \r\n
+ # Same as above but end of duplicated line is \r\n
self.assertEquals(self.ed.Contents(), b"1\nb\r\nb\n2")
def testTransposeLines(self):
@@ -2419,7 +2419,7 @@ class TestElements(unittest.TestCase):
self.assertEquals(self.ed.SelectionHidden, True)
self.ed.HideSelection(False) # Restore
self.assertEquals(self.ed.SelectionHidden, False)
-
+
class TestIndices(unittest.TestCase):
def setUp(self):
self.xite = Xite.xiteFrame