aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/simpleTests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/simpleTests.py b/test/simpleTests.py
index afd7de328..67d8d4749 100644
--- a/test/simpleTests.py
+++ b/test/simpleTests.py
@@ -3106,6 +3106,10 @@ class TestAutoComplete(unittest.TestCase):
self.assertEqual(self.ed.AutoCGetDropRestOfWord(), 1)
self.ed.AutoCSetDropRestOfWord(0)
+ self.ed.AutoCSetStyle(13)
+ self.assertEqual(self.ed.AutoCGetStyle(), 13)
+ self.ed.AutoCSetStyle(self.ed.STYLE_DEFAULT)
+
def testAutoShow(self):
self.assertEqual(self.ed.AutoCActive(), 0)
self.ed.SetSel(0, 0)