mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 00:35:13 +00:00
Quote trailing backslash in test case
This fixes an error with Python 3.11: ``` test/test-parser-simple-tests.py:420:21: E502 the backslash is redundant between brackets ``` Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
This commit is contained in:
committed by
Zygmunt Krynicki
parent
4b0adc63f5
commit
92fcdcab9e
@@ -417,7 +417,7 @@ syntax_failure = (
|
||||
'generated_perms_leading/dominate-Cuxtarget.sd',
|
||||
'generated_perms_leading/dominate-ownerPuxtarget2.sd',
|
||||
|
||||
# escaping with \
|
||||
# escaping with "\"
|
||||
'file/ok_embedded_spaces_4.sd', # \-escaped space
|
||||
'file/file/ok_embedded_spaces_4.sd', # \-escaped space
|
||||
'file/ok_quoted_4.sd', # quoted string including \"
|
||||
|
Reference in New Issue
Block a user