aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/html.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Ticket 65. Lines with only a lessthan sign (<) no longer crash the ↵Waylan Limberg2010-07-141-0/+9
| | | | raw html parser. Fixed a related but I found while debugging this as well. Also added tests for both.
* Fix bug with rawhtml and markdown escaping. Previously, any inline rawhtml ↵Waylan Limberg2010-03-151-0/+1
| | | | that contained text that fit markdown's escaping syntax (i.e. <x\]>) was never unescaped. Now it is. Markdown probably shouldn't be escaping before removing rawhtml in the first place, but this will do for now.
* Fixed Ticket 48. Quoted attributes in raw html are specificly ackowledged ↵Waylan Limberg2010-01-031-0/+4
| | | | | | now - allowing various arbitrary stuff (like x/html to be included without breaking the rawhtml parser. Although currently unused, the code also provides the parsed attributes as a dict. Should be useful for adding support for parsing markdown text within rawhtml in an extension.
* Updated tests with raw block level html in them. **Note** these tests do not ↵Waylan Limberg2008-08-221-1/+4
| | | | pass now - but they should! We need to fix the bug which the tests were previosuly hiding!
* Added test casesYuri Takhteyev2007-03-251-0/+10