# HG changeset patch # User Steve Losh # Date 1254685278 14400 # Node ID a11953bf5d2fac4d70a02a0433e1cf28b5a5f204 # Parent 3e7777d0654ec9f64bbdfec6db1af57f152e9df3 Fix a syntax error. diff -r 3e7777d0654e -r a11953bf5d2f review/tests/sample_data.py --- a/review/tests/sample_data.py Sun Oct 04 15:40:29 2009 -0400 +++ b/review/tests/sample_data.py Sun Oct 04 15:41:18 2009 -0400 @@ -2,7 +2,7 @@ { 'file_one': 'hello\nworld', 'file_two': 'this is another test file', }, - { 'file_one': 'hello again\nworld'}, + { 'file_one': 'hello again\nworld', 'file_three': 'this is a new file\nfor testing', }, ] \ No newline at end of file