summaryrefslogtreecommitdiff
path: root/_test/tests/inc/parser
Commit message (Collapse)AuthorAge
* Fix Parser Media tests running locallyPhil Hopper2015-08-20
| | | | These tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/tmp/' instead.
* Remove non-functioning interwiki linksPatrick Brown2015-07-22
|
* Encode unsafe characters in interwiki links. closes #1220Patrick Brown2015-07-16
|
* Unit test for interwiki URL encoding bugPatrick Brown2015-07-16
|
* Changes for PHP 7 CompatibilityChristopher Smith2015-05-15
| | | | | | | - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints
* Merge pull request #973 from micgro42/videoTestAndreas Gohr2014-12-18
|\ | | | | Add tests for video syntax
| * Remove stray comment blockMichael Große2014-12-18
| |
| * Fix file sizeMichael Große2014-12-18
| |
| * Add test for internal video filesMichael Große2014-12-18
| |
| * Add tests: known and unknown external video filesMichael Große2014-11-27
| |
* | update parser tests for change in listitem_open instructionChristopher Smith2014-12-01
|/
* fixed some test inheriting from the wrong parentAndreas Gohr2014-04-30
|
* Merge pull request #387 from splitbrain/tabletheadAndreas Gohr2014-03-24
|\ | | | | Adding <thead> to tables
| * update unittests for THEAD rulesChristopher Smith2014-03-16
| |
| * Merge branch 'master' into tabletheadChristopher Smith2014-03-12
| |\
| * | swap order ot test parameters to match expected,actual as per documentation ↵Christopher Smith2013-10-18
| | | | | | | | | | | | & test output
| * | update tests for use with <THEAD> changesChristopher Smith2013-10-18
| | |
| * | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. ↵Gerrit Uitslag2013-10-17
| | | | | | | | | | | | Implements FS#1764
* | | Merge pull request #612 from splitbrain/improve_double_quote_matchingAndreas Gohr2014-03-24
|\ \ \ | | | | | | | | improvements to double quote matching
| * | | improvements to double quote matchingChristopher Smith2014-03-13
| | |/ | |/|
* | | update unittest with interwiki.conf change as wellGerrit Uitslag2014-02-17
| | |
* | | interwiki : prefixed configurls handled as wikilinksGerrit Uitslag2014-02-15
| | |
* | | Use DOKU_BASE in resolveinterwiki unittestGerrit Uitslag2014-02-15
| | |
* | | Fix double slash in coral interwikilinkGerrit Uitslag2014-02-15
| | |
* | | wikilink creating refactored to _resolveinterwiki().Gerrit Uitslag2014-02-15
| | | | | | | | | | | | Added DOKU_BASE for local target
* | | added tests for Doku_Renderer::_resolveInterWikiGerrit Uitslag2014-02-15
|/ /
* / FS#1833 (b)Christopher Smith2013-12-01
|/ | | | | | | Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins
* added unittests for rowspans at first table rowGerrit Uitslag2013-09-25
|
* increase test coverage for code and fileChristopher Smith2013-08-01
| | | | | code - test correct recognition of downloadable filename token file - test correct recognition of syntax name & downloadable filename tokens
* Simple test cases for code and file token fixGuy Brand2013-07-31
|
* use correct setUp method and parent calls.Dominik Eckelmann2012-11-29
|
* removed unecessary requiresin unit testsAndreas Gohr2012-05-01
|
* moved _testing to _testTobias Sarnowski2012-04-18