From 75ee7ff2f06628d161c621539b97277f8fd9a1a0 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 1 May 2025 10:37:30 +0200 Subject: tests(gleam): fix assert tests that no longer parse correctly --- tests/indent/python_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/indent/python_spec.lua') 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 }) -- cgit v1.2.3-70-g09d2