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
test(query): Cypress e2e for external variable bindings
Adds a `variables` describe block to query.cy.js covering: scalar string
binding; JSON number → xs:double; JSON array → array(*) (members via ?*);
JSON object → map(*); a supplied name with no matching external declaration
is ignored; and a missing required external returns an error. All use
no-default externals, so the spec is independent of the eXist-core
default-override fix (eXist-db/exist#6475). 37/37 green locally.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments