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

Unified Diff: tests/test_rpy.py

Issue 29873561: Issue 6920 - Only parse metadata from the top of the file (Closed)
Patch Set: Test 'Last modified' case Created Sept. 5, 2018, 9:09 a.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
@@ -33,14 +33,6 @@
b'version': b'Adblock Plus 2.0',
},
},
- 'metadata': {
- 'in': b'! Title: Example list',
- 'out': {
- b'type': b'Metadata',
- b'key': b'Title',
- b'value': b'Example list',
- },
- },
'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