Skip to content

Commit f7c14da

Browse files
committed
also check for inline comment on closing bracket for 'dependencies' in test_dump_comments
1 parent 86ffb41 commit f7c14da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ def test_dump_comments(self):
20812081
r'',
20822082
r" # trailing comments in dependencies",
20832083
r" # a bit weird, but it happens",
2084-
r"\]",
2084+
r"\] # inline comment after closing dependencies",
20852085
]),
20862086
# comments above element of iterable parameter value
20872087
'\n'.join([

0 commit comments

Comments
 (0)