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

Unified Diff: tests/test_rpy.py

Issue 29880555: Issue 6877 - Only parse headers in the first line of the filter list (Closed)
Patch Set: Created Sept. 14, 2018, 2:40 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 | « tests/test_parser.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_rpy.py
===================================================================
--- a/tests/test_rpy.py
+++ b/tests/test_rpy.py
@@ -26,13 +26,6 @@
_SAMPLE_TUPLE = namedtuple('tuple', 'foo,bar')
_TEST_EXAMPLES = {
- 'header': {
- 'in': b'[Adblock Plus 2.0]',
- 'out': {
- b'type': b'Header',
- b'version': b'Adblock Plus 2.0',
- },
- },
'comment': {
'in': b'! Comment',
'out': {
« no previous file with comments | « tests/test_parser.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld