aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures
diff options
context:
space:
mode:
authorVincent Driessen <vincent@datafox.nl>2010-08-19 10:14:06 +0200
committerVincent Driessen <vincent@datafox.nl>2010-08-19 10:14:06 +0200
commit3a4e12229e09e72619dc1bcc5403db1e452d9ecb (patch)
tree5e4deae9e63ee1d9790141a4eb9356980e895d62 /tests/fixtures
parente135bcf311d1368d58d9c8d10fd329d6b2ffb626 (diff)
downloadvim-rst-tables-3a4e12229e09e72619dc1bcc5403db1e452d9ecb.tar.gz
vim-rst-tables-3a4e12229e09e72619dc1bcc5403db1e452d9ecb.tar.bz2
vim-rst-tables-3a4e12229e09e72619dc1bcc5403db1e452d9ecb.zip
Use fixtures to make the tests more readable.
Diffstat (limited to 'tests/fixtures')
-rw-r--r--tests/fixtures/default.txt9
1 files changed, 9 insertions, 0 deletions
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.