Skip to content

Commit

Permalink
Test case for whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
UVV-gh committed Apr 10, 2024
1 parent 6932856 commit 3a04817
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_class_oelint_var_override.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ def test_bad(self, input_, id_, occurrence):
PACKAGECONFIG:remove = "b"
''',
},
{
'oelint_adv_test.bb':
'''
A += "a"
A += "b"
''',
},
],
)
def test_good(self, input_, id_, occurrence):
Expand Down

0 comments on commit 3a04817

Please sign in to comment.