1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00
TiddlyWiki5/editions/test/tiddlers/tests
Jeremy Ruston 18f8b7266e Refactor the HTML element parser
The purpose is to allow attributes to be specified as macro
invocations. For example `<div myattr=<<mymacro param1 param3>>>`. The
parser needed sprucing up in order to copy with the nesting of angle
brackets. The refactoring has been done with an eye on using the same
technique in the filter expression parser (which is pretty messy at the
moment -- it throws exceptions for syntax errors, which is bad). Later
I'm hoping to extend the technique to create a more flexible table
parser.
2013-06-15 15:12:05 +01:00
..
test-filters.js Don't count references to shadow tiddlers as missing tiddlers 2013-05-31 17:53:11 +01:00
test-html-parser.js Refactor the HTML element parser 2013-06-15 15:12:05 +01:00
test-wikitext.js Improve test spec descriptions 2013-04-26 10:53:31 +01:00