You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix XPath token quoting for [%CurrentDateTime%] (GitHub issue #1)
Mendix tokens like [%CurrentDateTime%] must be single-quoted in XPath
constraints but not in Mendix expressions. Added expressionToXPath()
that quotes TokenExpr nodes for XPath context, with unit and mx check
integration tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments