review/tests/sample_data.py @ 7e437c5261bb
Output diffs (with line numbers) and review-level comments for review.
Parsing and formatting unified diffs is hard, let's ride bikes^H^H^H^H^H^H^H^H^H^H^H drink beer!
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 05 Oct 2009 19:45:45 -0400 |
parents |
a11953bf5d2f |
children |
34caeeba9ae2 |
log = [
{ 'file_one': 'hello\nworld',
'file_two': 'this is another test file',
},
{ 'file_one': 'hello again\nworld',
'file_three': 'this is a new file\nfor testing',
},
]