Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Aug 14, 2022
1 parent f63d7f8 commit 730dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lupa/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2740,7 +2740,7 @@ def test_all_types(self):
if objtype != 'table':
self.assertIncorrect('python.args(kwargs["%s"])' % objtype,
error=self.lupa.LuaError, regex="bad argument #1 to 'args'")

# Invalid table keys
self.assertIncorrect('python.args{[0] = true}', error=IndexError, regex='table index out of range')
self.assertIncorrect('python.args{[2] = true}', error=IndexError, regex='table index out of range')
Expand Down

0 comments on commit 730dc69

Please sign in to comment.