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

Unified Diff: tests/test_parser.py

Issue 29845767: Issue 6685 - Offer incremental filter list downloads (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Address comments on PS8 Created Aug. 30, 2018, 5:37 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
« abp/filters/renderer.py ('K') | « tests/test_differ.py ('k') | no next file » | 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
@@ -154,11 +154,6 @@
assert line.value == 'http://aaa.com/b'
-def test_parse_nonmeta():
- line = parse_line('! WrongHeader: something')
- assert line.type == 'comment'
-
-
def test_parse_instruction():
line = parse_line('%include foo:bar/baz.txt%')
assert line.type == 'include'
« abp/filters/renderer.py ('K') | « tests/test_differ.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld