summaryrefslogtreecommitdiff
path: root/test/python
diff options
context:
space:
mode:
Diffstat (limited to 'test/python')
-rw-r--r--test/python/test_deoplete_source.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/test_deoplete_source.py b/test/python/test_deoplete_source.py
index 8304fa25..74a42dc2 100644
--- a/test/python/test_deoplete_source.py
+++ b/test/python/test_deoplete_source.py
@@ -53,6 +53,7 @@ class DeopleteSourceTest(unittest.TestCase):
'rust': r'(\.|::)\w*$',
'typescript': r'(\.|\'|")\w*$',
'cpp': r'(\.|::|->)\w*$',
+ 'c': r'(\.|->)\w*$',
},
'is_bytepos': True,
'is_volatile': True,