aboutsummaryrefslogtreecommitdiff
path: root/tests/pipe-tables.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipe-tables.txt')
-rw-r--r--tests/pipe-tables.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/pipe-tables.txt b/tests/pipe-tables.txt
new file mode 100644
index 000000000..929038ebb
--- /dev/null
+++ b/tests/pipe-tables.txt
@@ -0,0 +1,42 @@
+Simplest table without caption:
+
+| Default1 | Default2 | Default3 |
+|----------|----------|----------|
+|12|12|12|
+|123|123|123|
+|1|1|1|
+
+Simple table with caption:
+
+| Right | Left | Default | Center |
+|------:|:-----|---------|:------:|
+| 12 | 12 | 12 | 12 |
+| 123 | 123 | 123 | 123 |
+| 1 | 1 | 1 | 1 |
+
+ : Demonstration of simple table syntax.
+
+Simple table without caption:
+
+| Right | Left | Center |
+|------:|:-----|:------:|
+|12|12|12|
+|123|123|123|
+|1|1|1|
+
+
+Headerless table without caption:
+
+|------:|:-----|:------:|
+|12|12|12|
+|123|123|123|
+|1|1|1|
+
+Table without sides:
+
+Fruit |Quantity
+------|-------:
+apple | 5
+orange| 17
+pear | 302
+