summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/asciidoc/tests/data/oldtables.txt
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-02-02 10:59:21 +1100
committerChris Johns <chrisj@rtems.org>2018-02-05 14:22:27 +1100
commit652a90f0a8613ee3bc4112a69137730b5abd9938 (patch)
treef462f74e3e2ce3758a1ae4d2cce87aee54429a78 /source-builder/sb/asciidoc/tests/data/oldtables.txt
parentsb: Backport from 4.11 the --rsb-file with releases fixes. (diff)
downloadrtems-source-builder-652a90f0a8613ee3bc4112a69137730b5abd9938.tar.bz2
sb: Back port changes to support mailing list posting.
Close #3287
Diffstat (limited to 'source-builder/sb/asciidoc/tests/data/oldtables.txt')
-rw-r--r--source-builder/sb/asciidoc/tests/data/oldtables.txt64
1 files changed, 0 insertions, 64 deletions
diff --git a/source-builder/sb/asciidoc/tests/data/oldtables.txt b/source-builder/sb/asciidoc/tests/data/oldtables.txt
deleted file mode 100644
index f6e0706..0000000
--- a/source-builder/sb/asciidoc/tests/data/oldtables.txt
+++ /dev/null
@@ -1,64 +0,0 @@
-AsciiDoc Old Tables
-===================
-
-Examples of the AsciiDoc 'old tables' syntax. This syntax was used in
-AsciiDoc versions up to 8.2.7 and has since been deprecated in favor
-of the 'new tables' syntax.
-
-Simple table:
-
-`---`---
-1 2
-3 4
-5 6
---------
-
-Table with title, header and footer:
-
-.An example table
-[grid="all"]
-`-----------.--------------
-Column 1 Column 2
----------------------------
-1 Item 1
-2 Item 2
-3 Item 3
----------------------------
-6 Three items
----------------------------
-
-Four columns totaling 15% of the 'pagewidth', CSV data:
-
-[frame="all"]
-````~15
-1,2,3,4
-a,b,c,d
-A,B,C,D
-~~~~~~~~
-
-A table with a numeric ruler and externally sourced CSV data:
-
-[frame="all", grid="all"]
-`15`20`25`20`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-ID,Customer Name,Contact Name,Customer Address,Phone
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-"AROUT","Around the Horn","Thomas Hardy","120 Hanover Sq.
-London","(171) 555-7788"
-"BERGS","Berglunds snabbkop","Christina Berglund","Berguvsvagen 8
-Lulea","0921-12 34 65"
-"BLAUS","Blauer See Delikatessen","Hanna Moos","Forsterstr. 57
-Mannheim","0621-08460"
-"BLONP","Blondel pere et fils","Frederique Citeaux","24, place Kleber
-Strasbourg","88.60.15.31"
-"BOLID","Bolido Comidas preparadas","Martin Sommer","C/ Araquil, 67
-Madrid","(91) 555 22 82"
-"BONAP","Bon app'","Laurence Lebihan","12, rue des Bouchers
-Marseille","91.24.45.40"
-"BOTTM","Bottom-Dollar Markets","Elizabeth Lincoln","23 Tsawassen Blvd.
-Tsawassen","(604) 555-4729"
-"BSBEV","B's Beverages","Victoria Ashworth","Fauntleroy Circus
-London","(171) 555-1212"
-"CACTU","Cactus Comidas para llevar","Patricio Simpson","Cerrito 333
-Buenos Aires","(1) 135-5555"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-