% globals
{
  'datadir': 'data',
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Test cases

% source
data/testcases.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Filters

% source
data/filters-test.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Tables

% source
../examples/website/newtables.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Old tables

% source
data/oldtables.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Source highlighter

% source
../doc/source-highlight-filter.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Example article

% options
['--section-numbers']

% attributes
# So document date in footer doesn't generate an error.
{'docdate':None}

% source
../doc/article.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Example article with embedded images (data URIs)

% source
../doc/article.txt

% name
article-data-uri

% backends
['xhtml11','html5']

% options
['--section-numbers']

% attributes
{'docdate':None, 'data-uri':True, 'icons':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Example article with included docinfo file.

% source
../doc/article.txt

% name
article-docinfo

% backends
['docbook']

% options
['--section-numbers']

% attributes
{'docdate':None, 'docinfo':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Example book

% options
['--section-numbers']

% source
../doc/book.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Example multi-part book

% options
['--section-numbers']

% source
../doc/book-multi.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Man page

% attributes
# So document date in footer doesn't generate an error.
{'docdate':None}

% source
../doc/asciidoc.1.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Example slideshow

% backends
['slidy']

% source
../doc/slidy-example.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ASCIIMathML

% attributes
{'asciimath':'','deprecated-quotes':''}

% backends
['xhtml11','html5']

% source
../doc/asciimathml.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LaTeXMathML

% attributes
{'latexmath':''}

% backends
['xhtml11','html5']

% source
../doc/latexmathml.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LaTeX Math

% backends
['docbook']

% source
../doc/latexmath.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LaTeX Filter

% source
../doc/latex-filter.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
!User Guide

% options
['--section-numbers']

% source
../doc/asciidoc.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
UTF-8 Examples

% source
data/utf8-examples.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
English language file (article)

% backends
['docbook','xhtml11','html4','html5']

% name
lang-en-article-test

% source
data/lang-en-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
English language file (book)

% backends
['docbook','xhtml11','html4','html5']

% name
lang-en-book-test

% source
data/lang-en-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Russian language file (article)

% backends
['docbook','xhtml11','html5']

% name
lang-ru-article-test

% source
data/lang-ru-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Russian language file (book)

% backends
['docbook','xhtml11','html5']

% name
lang-ru-book-test

% source
data/lang-ru-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
French language file (article)

% backends
['docbook','xhtml11','html5']

% name
lang-fr-article-test

% source
data/lang-fr-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
French language file (book)

% backends
['docbook','xhtml11','html5']

% name
lang-fr-book-test

% source
data/lang-fr-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
German language file (article)

% backends
['docbook','xhtml11','html5']

% name
lang-de-article-test

% source
data/lang-de-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
German language file (book)

% backends
['docbook','xhtml11','html5']

% name
lang-de-book-test

% source
data/lang-de-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Hungarian language file (article)

% backends
['docbook','xhtml11','html5']

% name
lang-hu-article-test

% source
data/lang-hu-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Hungarian language file (book)

% backends
['docbook','xhtml11','html5']

% name
lang-hu-book-test

% source
data/lang-hu-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Spanish language file (article)

% backends
['docbook','xhtml11','html5']

% name
lang-es-article-test

% source
data/lang-es-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Spanish language file (book)

% backends
['docbook','xhtml11','html5']

% name
lang-es-book-test

% source
data/lang-es-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Brazilian Portuguese language file (article)

% backends
['docbook','xhtml11','html5']

% name
lang-pt-BR-article-test

% source
data/lang-pt-BR-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Brazilian Portuguese language file (book)

% backends
['docbook','xhtml11','html5']

% name
lang-pt-BR-book-test

% source
data/lang-pt-BR-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Ukrainian language file (article)

% backends
['docbook','xhtml11','html5']

% name
lang-uk-article-test

% source
data/lang-uk-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Ukrainian language file (book)

% backends
['docbook','xhtml11','html5']

% name
lang-uk-book-test

% source
data/lang-uk-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dutch language file (article)

% backends
['docbook','xhtml11','html5']

% name
lang-nl-article-test

% source
data/lang-nl-test.txt

% options
[('--doctype','article')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dutch language file (book)

% backends
['docbook','xhtml11','html5']

% name
lang-nl-book-test

% source
data/lang-nl-test.txt

% options
[('--doctype','book')]

% attributes
{'toc':True}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
RCS $Id$ marker test

% source
data/rcs-id-marker-test.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
UTF-8 BOM test

% source
data/utf8-bom-test.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Deprecated quote attributes

% attributes
{'deprecated-quotes':''}

% source
data/deprecated-quotes.txt