aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/python_spec.lua')
-rw-r--r--tests/indent/python_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indent/python_spec.lua b/tests/indent/python_spec.lua
index 65be126fa..d0a86e540 100644
--- a/tests/indent/python_spec.lua
+++ b/tests/indent/python_spec.lua
@@ -56,13 +56,13 @@ describe('indent Python:', function()
run:new_line(
'join_lines.py',
{ on_line = 1, text = '+ 1 \\', indent = 4 },
- 'fails due two not working query at python/indent.scm:30',
+ 'expected failure',
XFAIL
)
run:new_line(
'join_lines.py',
{ on_line = 4, text = '+ 1 \\', indent = 4 },
- 'fails due two not working query at python/indent.scm:30',
+ 'expected failure',
XFAIL
)
run:new_line('join_lines.py', { on_line = 7, text = '+ 1 \\', indent = 4 })