| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Otherwise the test fails in environments without `source-highlight`:
[snip]
70: Newline Tests (Override To MAC)
SOURCE: asciidoc: tests/data/newline.txt
PASSED: html5: tests/data/newline-mac-html5.html
71: Include Line Ranges
SOURCE: asciidoc: tests/data/include-lines-test.txt
FAILED: html5: tests/data/include-lines-html5.html
TOTAL PASSED: 233
TOTAL FAILED: 1
TOTAL SKIPPED: 10
/bin/sh: source-highlight: command not found
/bin/sh: source-highlight: command not found
/bin/sh: source-highlight: command not found
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
|
|
|
| |
Problems seen with inconsistent newlines in the Table Of Contents HTML pulled in from the configuration file. While the rest of the contents in the resulting HTML file honored the newline style configured by the user, this specific snippet of HTML always used "\r\n".
This root of this problem existed for some time, but in earlier versions, the newline style was always "\n". The symptoms changed as a side effect of the issue "Extra line padding in source and literal blocks" (#139). In this issue, the newline style changed to "\r\n", and was noticed by users.
Change the System Attribute Evaluation function to use the newline setting from the global "config" instead of using the default newline.
|
|
|
|
|
|
|
| |
* test newlines as part of test suite
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* fix failing toc tests
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
|
|
|
|
|
| |
$SOURCE_DATE_EPOCH is now the officially supported mechanism for
guaranteeing stable output timestamps, which means we can simply run the
tests using that, and drop some code.
This also fixes #131 since the variable would override the mocked time,
resulting in tests failing if $SOURCE_DATE_EPOCH was set in the
environment (e.g. for linux distro packaging).
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When ascii-ids variable is set asciidoc is expected to normalize
all non-ascii characters when creating id from section name.
Originally it decomposes unicode characters to base character and accent
and then removes all the accents codes.
This solution does not work in many cases:
(like polish ł->l, german ß -> ss, or russian... well basically any russian character).
This commit allows to use trans package when available to normalize chapter ids.
Signed-off-by: Radosław Koppel <r.koppel@k-el.com>
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
|
| |
floatstyle attribute (#108)
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
|
|
| |
This commits changes the xl namespace to xlink in the header.
It matches the namespace used in links and the one required by dtd.
Signed-off-by: Radosław Koppel <r.koppel@k-el.com>
|
|
|
|
|
|
|
| |
* add requires directive to testasciidoc
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
* Update CHANGELOG.txt
|
|
|
|
| |
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add generated testcases to repository
* Ignore slidy test for now
* Comment out the music example for slidy
* remove music docblock
* Update slidy-example.txt
|
|
|
|
|
|
| |
* Add short version of args to testasciidoc
* Also update the doc to go with it
|
| |
|
| |
|
| |
|
|
|
| |
Alpha Docbook 5 output imlementation for wider testing.
|