review/tests/sample_data.py @ 808aaa1eef26

Fix a signoff bug.
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 20:43:42 -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',
    },
]