Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/test_parser.py

Issue 29756669: Noissue - Adapt best practices for trailing commas (python-abp) (Closed)
Patch Set: Re-run script on Python 2, added flake8-commas extension Created April 19, 2018, 2:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « setup.py ('k') | tox.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_parser.py
===================================================================
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -90,13 +90,13 @@
'foo.com#?#aaa :-abp-properties(abc) bbb': {
'selector': {
'type': ST.XCSS,
- 'value': 'aaa :-abp-properties(abc) bbb'
+ 'value': 'aaa :-abp-properties(abc) bbb',
},
},
'#?#:-abp-properties(|background-image: url(data:*))': {
'selector': {
'type': ST.XCSS,
- 'value': ':-abp-properties(|background-image: url(data:*))'
+ 'value': ':-abp-properties(|background-image: url(data:*))',
},
'options': [],
},
« no previous file with comments | « setup.py ('k') | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld