| Index: tests/test_parser.py |
| =================================================================== |
| --- a/tests/test_parser.py |
| +++ b/tests/test_parser.py |
| @@ -62,18 +62,18 @@ |
| 'selector': {'type': ST.URL_PATTERN, 'value': 'http://bla'}, |
| 'action': FA.ALLOW, |
| 'options': [ |
| (OPT.SCRIPT, False), |
| (OPT.OTHER, False), |
| (OPT.SITEKEY, ['foo', 'bar']), |
| ], |
| }, |
| - "||foo.com^$csp=script-src 'self' * 'unsafe-inline',script,sitekey=foo," + |
| - 'other,match-case,domain=foo.com': { |
| + "||foo.com^$csp=script-src 'self' * 'unsafe-inline',script,sitekey=foo," |
| + + 'other,match-case,domain=foo.com': { |
| 'selector': {'type': ST.URL_PATTERN, 'value': '||foo.com^'}, |
| 'action': FA.BLOCK, |
| 'options': [ |
| (OPT.CSP, "script-src 'self' * 'unsafe-inline'"), |
| ('script', True), |
| ('sitekey', ['foo']), |
| ('other', True), |
| ('match-case', True), |