mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-10 23:42:16 +00:00
853af2d848
* 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 commitf96b062902. * lint: test * Reapply "fix: limit macro call parser to need >> to work, prevent > in regex" This reverts commit075f7cc282. --------- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>