Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asciidoc3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
asciidoc3
asciidoc3
Commits
74f569d8
Commit
74f569d8
authored
Sep 19, 2018
by
admuc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update files for testing
parent
dec9393f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
108 additions
and
2 deletions
+108
-2
article-docinfo.xml
doc/article-docinfo.xml
+87
-0
customers.csv
tests/data/customers.csv
+18
-0
filters-test.txt
tests/data/filters-test.txt
+3
-2
No files found.
doc/article-docinfo.xml
0 → 100644
View file @
74f569d8
<!--
article-docinfo.xml
Example DocBook document information file for article.txt.
-->
<authorgroup>
<author>
<honorific>
Dr
</honorific>
<firstname>
Lois
</firstname>
<surname>
Common-Demoninator
</surname>
<affiliation>
<shortaffil>
Director, M. Behn School of Coop. Eng.
</shortaffil>
<jobtitle>
Director of Cooperative Efforts
</jobtitle>
<orgname>
The Marguerite Behn International School of
Cooperative Engineering
</orgname>
</affiliation>
</author>
<author>
<honorific>
Mr
</honorific>
<firstname>
Steven
</firstname>
<surname>
Norman
</surname>
<othername
role=
'mi'
>
T
</othername>
<affiliation>
<shortaffil>
ATI
</shortaffil>
<jobtitle>
Senior Application Analyst
</jobtitle>
<orgname>
Foobar, Inc.
</orgname>
<orgdiv>
Application Development
</orgdiv>
</affiliation>
</author>
<editor>
<firstname>
Peter
</firstname>
<surname>
Pan
</surname>
<lineage>
Sr.
</lineage>
<othername>
Spiderman
</othername>
<authorblurb>
<para>
Peter's a super hero in his spare time.
</para>
</authorblurb>
</editor>
</authorgroup>
<copyright>
<year>
2009
</year>
<holder>
Behn International
</holder>
</copyright>
<legalnotice>
<simpara>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
</simpara>
<simpara>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
</simpara>
<simpara>
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
</simpara>
</legalnotice>
<revhistory>
<revision>
<revnumber>
1.1
</revnumber>
<date>
May 2009
</date>
<authorinitials>
PP
</authorinitials>
<revremark>
Updates.
</revremark>
</revision>
<revision>
<revnumber>
1.0
</revnumber>
<date>
October 2003
</date>
<authorinitials>
PP
</authorinitials>
<revremark>
First release.
</revremark>
</revision>
</revhistory>
tests/data/customers.csv
0 → 100644
View file @
74f569d8
"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"
tests/data/filters-test.txt
View file @
74f569d8
...
...
@@ -21,11 +21,12 @@ def sub_word(mo):
== Pychart Chart generations from FAQ
// Generate chart image file.
sys2::[python "{indir}/barchart.py" --format=png --output="{outdir={indir}}/{imagesdir=}{imagesdir?/}barchart.png" --scale=2]
//
sys2::[python "{indir}/barchart.py" --format=png --output="{outdir={indir}}/{imagesdir=}{imagesdir?/}barchart.png" --scale=2]
// Display chart image file.
image::barchart.png[]
//
image::barchart.png[]
Empty
== Graphviz Graphs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment