mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-28 00:00:48 -07:00
* fix: limit macro call parser to need >> to work, prevent > in regex * test: add malformed macro parameter regression coverage The parser fix on this branch only changes parseMacroParameterAsAttribute() when an unquoted value starts with <<, so the previous broader parser tests did not prove the regression. Add a focused structural test that fails without the guard and passes with it. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> * Revert "fix: limit macro call parser to need >> to work, prevent > in regex" This reverts commit |
||
|---|---|---|
| .. | ||
| tests | ||
| DefaultTiddlers.tid | ||
| HelloThere.tid | ||
| SiteSubtitle.tid | ||
| SiteTitle.tid | ||