summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser
Commit message (Collapse)AuthorAge
* removed deprecated old test frameworkTobias Sarnowski2012-04-18
|
* transformed parser unit tests to phpunitDominik Eckelmann2012-04-06
|
* Unit Test: Adding test to check windows share link with hyphen characterlupo492012-03-10
|
* Support the empty link [[]]Adrian Lang2011-04-14
|
* Fix page ID test cases & make them more robustAdrian Lang2011-04-09
|
* Check if link exists and set right captionIzidor Matušov2011-04-08
|
* Added configuration variables for empty link testcases and added testcases ↵Izidor Matušov2011-04-07
| | | | for resolve_pageid
* Unit test cases for FS 2178Izidor Matušov2011-04-07
|
* Fix test cases so they work with e7f59597d0b90f64f3479ebacc190717e067dc99Michael Hamann2011-02-09
| | | | All linebreaks before p_close have been removed.
* fixed the IPv6 tests, bracket links are parsed by InternalLinksAndreas Gohr2011-02-06
|
* added a bunch of IPv6 test cases FS#2137Andreas Gohr2011-02-06
|
* removed obsolete references to 'JSnocheck' classAnika Henke2011-01-03
|
* fixed new calls in test cases according to PHP5 conventionsGuy Brand2010-09-23
|
* Remove odd .htaccessAdrian Lang2010-09-20
| | | | Neither I nor Andi has any idea what this file is for and why it explicitly //grants// permission and why its documentation is wrong.
* More emphasis test cases from bug reportsAdrian Lang2010-08-31
|
* Fix table tests according to 6606d6fc9f9Adrian Lang2010-08-31
|
* Make tests PHP 5.3 compatibleAdrian Lang2010-03-23
|
* Rewrite section edit handling according to #1860Adrian Lang2010-02-04
|
* Add tests for em from old bug reports (failing)Adrian Lang2010-02-01
|
* table: Remove redundant parser data, update testsAdrian Lang2010-01-29
|
* fix footnote tests (includes hack to counter #1652, #1699 fix)Chris Smith2009-12-01
| | | | | | Ignore-this: c5a934d8bce1c2b5953632bedd0c4f64 darcs-hash:20091201205426-f07c6-e21cbc5f84a8702f074069eae3cab1aa4bdb50ea.gz
* more test fixesAndreas Gohr2009-12-01
| | | | | | Ignore-this: 49e3a74cd437da3f65d66e1bf56b8ec darcs-hash:20091201192449-7ad00-d0327043c4eee729003f101f53b836f4564539a0.gz
* fixed some test casesAndreas Gohr2009-12-01
| | | | | | Ignore-this: d14f492efbb4ef316895ef402308176e darcs-hash:20091201191622-7ad00-19deabc9820a59b447e891b7576c19641d554487.gz
* rowspan with ::: implemented in parser/handlerhakan.sandell2009-11-03
| | | | darcs-hash:20091103161002-9a5f4-2114938a7e62a924b9fe424b63584a4747286563.gz
* #FS1749, alter linebreak pattern to swallow trailing whitespace (except newline)Chris Smith2009-10-04
| | | | | | | Ignore-this: 5621e4ff0eb5b759a2176a417bf6779e includes updated unit tests darcs-hash:20091004101720-f07c6-5700a40065a496b38ba83c73d4ebcb86388aaabc.gz
* add unit tests for FS#1648Chris Smith2009-04-19
| | | | darcs-hash:20090419160351-f07c6-2f439fb7f291331e93c64324878aef0c94d09810.gz
* add unit tests for correct pattern selection when patterns contain ↵Chris Smith2009-04-19
| | | | | | non-captured elements (e.g. boundaries, lookaheads & lookbehinds) darcs-hash:20090419134450-f07c6-4ff7d226fcba002c840828336e73fb89cf48e3db.gz
* provide emphasis-with-external-url test case with correct result dataChris Smith2009-03-08
| | | | darcs-hash:20090308163855-f07c6-8d8253e36fe2dff481043bd087355793eaf7bc2d.gz
* additional emphasis test cases, plus add includes for init.php and ↵Chris Smith2009-03-08
| | | | | | confutils.php into parser test setup darcs-hash:20090308161937-f07c6-754e74ffafdfbb7df93cc61a36c43c966f1c531e.gz
* add test case for FS#1609 patch (hex numbers shouldn't match multiply entity)Chris Smith2009-03-08
| | | | darcs-hash:20090308041259-f07c6-dcba687b160e30b2dbcfa02d4526c0a3adb4e324.gz
* fixed multiple unit tests. (1 failing)Andreas Gohr2009-01-25
| | | | | | | | | | | | | Ignore-this: 261098274bce329f446fc8768c25b9e5 Most failing tests were just out of date, because certain behavior was changed. There is one test failing for parsing italic tests. This can probably not be fixed without larger changes at the parser to catch runaway lines at the paragraph end. FS#1574 darcs-hash:20090125221855-7ad00-968655d609945aae764c3124fb906ce086025df4.gz
* recognize smileys with proper boundaries only FS#1489Andreas Gohr2008-10-11
| | | | darcs-hash:20081011184717-7ad00-0f910f4d061e00ccfdf722a3f971656da1b7979b.gz
* fix parsing of email addresses with uppercase letters FS#1378Andreas Gohr2008-04-10
| | | | darcs-hash:20080410190757-7ad00-5876d4273cd99e64d1adc13e6a7e90e9b85cd673.gz
* Updates to unit tests for FS#1350 patchChris Smith2008-03-29
| | | | darcs-hash:20080329195213-f07c6-e3899c9ea9a3d6b238a4bae1c57babc7251873bc.gz
* Update handler to merge consecutive 'cdata' instructions (incl. test case ↵Chris Smith2008-03-12
| | | | | | | | | | | | | updates) This patch is the second in the series designed to make it easier for DW to allow plugins to modify the standard handling of line-breaks. Like the first this patch doesn't alter line-break behaviour at all, but introduces improvements that reduce to a minimum the number of 'cdata' instructions generated by the handler. darcs-hash:20080312000248-f07c6-f6ce1b5aac43a52cbe31215c517b048679ae20a7.gz
* Change handler to use a defined character for line-break replacementChris Smith2008-03-09
| | | | | | | | | | | | | This patch is the first in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks. Currently the handler "eats" line-break characters replacing them with a space. This patch changes the replacement character to a define, DOKU_PARSER_EOL and updates all the test cases to use the new define. DOKU_PARSER_EOL is left as a space. darcs-hash:20080309201116-f07c6-21edb4f6955da8fa5ba0f9346d859a7c5c69a239.gz
* Update php & html tests in preformatted test file to reflect changes in parserChris Smith2008-02-23
| | | | | | | | | | | This test file examines the handler. The decisions on htmlok & phpok settings have been moved from the handler to the renderer changing the nature of the test that can be carried out on these syntax modes in this file. Refer other patch adding xhtml renderer tests for 'phpok' & 'htmlok' and their associated syntax modes in parser_preformatted.test.php darcs-hash:20080223063145-d26fc-3b449c7bd36f52fd278528f05c5df04f1df86771.gz
* Test cases for 'phpok' & 'htmlok' config settingsChris Smith2008-02-23
| | | | darcs-hash:20080223062428-d26fc-59a5f3a4c230c953db1488a829c814f2901180e4.gz
* renamed justlink option to linkonlyAndreas Gohr2008-02-23
| | | | darcs-hash:20080223101426-7ad00-ceacdc83e829f1da7aa272eb597277a8c78113be.gz
* media_justlinkPierre Spring2008-02-21
| | | | darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
* some more tweaks to the smart quote parserAndreas Gohr2007-06-26
| | | | | | | Now all test cases succeed, but there is probably still trouble with certain conditions. darcs-hash:20070626181735-7ad00-dd6e51e37cda7ca63077a2779afe1753ad975f84.gz
* distinction between apostrophes and single quotes FS#1127Andreas Gohr2007-05-13
| | | | | | | | | | This patch adds another parser mode for apostrophes. Now single quote closing markers are handled different from apostrophes for better local typograpy support. Needs testing and languages updates. darcs-hash:20070513084024-7ad00-d20fe093a093c265d357b178e199c1596b484996.gz
* some test cleanupsAndreas Gohr2007-03-26
| | | | darcs-hash:20070326185533-7ad00-487a00e955386bdccd145928c7d69178327ded69.gz
* fixed test cases for recent renderer to handler function movesAndreas Gohr2007-01-28
| | | | darcs-hash:20070128115556-7ad00-fb57f70eee08ae82e9b55a19edef3d6aee4f2345.gz
* additional unit tests for email addresseschris2007-01-25
| | | | darcs-hash:20070125143848-9b6ab-490215e5feef3a7f6ed268ee03a6cfe4ced1afbb.gz
* fix xhtml_links test casechris2006-11-04
| | | | darcs-hash:20061104142639-9b6ab-af9413b6e751b13bb358fc3a8b307d9cd493e1fa.gz
* fixed images in email linksAndreas Gohr2006-10-08
| | | | darcs-hash:20061008074029-7ad00-8457873dd8ad2f5a36dc8f44eca42a4378e61e93.gz
* more unit test fixeschris2006-08-09
| | | | | | - move parser.test.php darcs-hash:20060809192115-9b6ab-973fea51fbfdcf5f44a2ac66000f2ccb5fdd43b4.gz
* update footnote unittestschris2006-08-09
| | | | darcs-hash:20060809155755-9b6ab-d48f2af0fa98b310223b96361cad43ba2317b582.gz
* more unittest updateschris2006-08-05
| | | | darcs-hash:20060805082442-9b6ab-8447755da8c66c5cfc3ee0df0f8bb97375a2a1ff.gz