From 3a4e12229e09e72619dc1bcc5403db1e452d9ecb Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 19 Aug 2010 10:14:06 +0200 Subject: Use fixtures to make the tests more readable. --- tests/fixtures/default.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/fixtures/default.txt (limited to 'tests/fixtures') diff --git a/tests/fixtures/default.txt b/tests/fixtures/default.txt new file mode 100644 index 0000000..ff19f0e --- /dev/null +++ b/tests/fixtures/default.txt @@ -0,0 +1,9 @@ +This is paragraph text *before* the table. + +Column 1 Column 2 +Foo Put two (or more) spaces as a field separator. +Bar Even very very long lines like these are fine, as long as you do not put in line endings here. +Qux This is the last line. + +This is paragraph text *after* the table, with +a line ending. -- cgit v1.2.3