summaryrefslogtreecommitdiffstats
path: root/testing/014
Commit message (Collapse)AuthorAgeFilesLines
* fix test to support new programlisting attributeShi Yan2017-09-261-2/+2
| | | | | fix unit test to support the new programlisting attribute "language"
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-3/+3
| | | | | | | | | This patch makes the handling of the \snippet and other commands consistent between the different languages (no line numbers anymore with python) and also introduces analogous to \includelineno the command \snippetlineno. Some non relevant changes: - *code.l Calculation of the end line was incorrect, in case of a snippet the end line was the number of lines of the snippet and not reltive to the start line. - *code.l made consistent over the different laguages, enabling exBlock and inlineFragment - testing/indexpage.xml in test 14 the \snippet command was used with python and giving line numbers, linenumbers are now gone (consistency)
* Bug 707567 - Asterisks in comment wrongly displayed for @codeDimitri van Heesch2013-09-061-12/+6
|
* Added regression test suiteDimitri van Heesch2013-07-191-0/+48