review/tests/sample_data.py @ 3e7777d0654e

Add some sample data for sandboxing.
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 15:40:29 -0400
parents (none)
children a11953bf5d2f
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',
    },
]