History log of /dokuwiki/_test/tests/inc/parser/parser_code.test.php (Results 1 – 8 of 8)
Revision Date Author Comments
# e32b1b0f 01-Oct-2020 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Fix PHPUnit fatal errors compatibility with void.


# 1c33cec3 04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

add needed type hints for phpunit8

This will break a lot of plugin tests, but can't be avoided


# be906b56 04-May-2018 Andreas Gohr <andi@splitbrain.org>

moved all parsing related namespaces to their own


# 36dc94bb 28-Apr-2018 Andreas Gohr <andi@splitbrain.org>

split out parser modes into their own files

This moves all the parser classes into their own namespace and files.
Next up are the handler classes.

I'm not sure about the namespace, yet. A nested na

split out parser modes into their own files

This moves all the parser classes into their own namespace and files.
Next up are the handler classes.

I'm not sure about the namespace, yet. A nested namepspace Parser\Modes
would probably make more sense... we'll see.

This also removes the duplicated coded in the Plugin mode. We now use
the plugin trait and can inherit from AbstractMode instead.

show more ...


# 54f741e8 13-Apr-2018 Andreas Gohr <andi@splitbrain.org>

relax geshi options a bit more

Quotes are now optional, the options are spearated by space


# e2d88156 23-May-2017 LarsDW223 <lars_paulsen@web.de>

Added support for additional geshi options using an extendable options array.


# fdd9bab6 01-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

increase test coverage for code and file

code - test correct recognition of downloadable filename token
file - test correct recognition of syntax name & downloadable filename tokens


# f2bbf30b 31-Jul-2013 Guy Brand <gb@unistra.fr>

Simple test cases for code and file token fix