review/tests/sample_data.py @ 34caeeba9ae2

Add line-level commenting.
author Steve Losh <steve@stevelosh.com>
date Tue, 06 Oct 2009 19:27:47 -0400
parents a11953bf5d2f
children b3bae1d649d7
log = [
    { 'file_one': 'hello\nworld',
      'file_two': 'this is another test file',
    },
    { 'file_one': 'hello again\nworld\nfoo\nbar',
      'file_three': 'this is a new file\nfor testing',
    },
]