mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
* Fix delimiter error message Avoid "circular structure" error message by avoiding JSON.stringify on a parse structure when getting an invalid delimiter type (e.g. ordgroup). Instead, report type of delimiter when it's invalid. Fixes #2184. * Fix and add tests