From 9a72f993b2b660efd1d4772c8cc429c078bed37b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 10 Jan 2025 20:22:05 +0100 Subject: [PATCH] Fix whitespace. --- lupa/tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lupa/tests/test.py b/lupa/tests/test.py index dc8b0a2b..dab1a36c 100644 --- a/lupa/tests/test.py +++ b/lupa/tests/test.py @@ -2905,7 +2905,7 @@ def test_all_types(self): if objtype not in {'number', 'string'}: self.assertIncorrect('python.args{[kwargs["%s"]] = true}' % objtype, regex='table key is neither an integer nor a string') - + def test_kwargs_merge(self): self.assertResult('python.args{1, a=1}, python.args{2}, python.args{}, python.args{b=2}', (1, 2), dict(a=1, b=2))