review/tests/sample_data.py @ a11953bf5d2f

Fix a syntax error.
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 15:41:18 -0400
parents 3e7777d0654e
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',
    },
]