From: Dannes W. <no...@gi...> - 2025-08-02 20:55:14
|
Branch: refs/heads/develop Home: https://github.com/eXist-db/exist Commit: 2f4d904460119ac23a12f628936e8a6920ac0401 https://github.com/eXist-db/exist/commit/2f4d904460119ac23a12f628936e8a6920ac0401 Author: Juri Leino <gi...@li...> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/functions/fn/FunAnalyzeString.java A exist-core/src/test/xquery/xquery3/analyze-string.xqm Log Message: ----------- [bugfix] consistently raise errors in fn:analyze-string fn:analyze-string was implemented such that an invalid pattern or flag or a pattern matching an empty string would only raise an error if the value was a non-empty string. With this PR applied the error will be raised regardless of the provided value. Commit: 3ea259be771e1ec7e2512cbc4e93a7f588c2be4a https://github.com/eXist-db/exist/commit/3ea259be771e1ec7e2512cbc4e93a7f588c2be4a Author: Dannes Wessels <di...@us...> Date: 2025-08-02 (Sat, 02 Aug 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/functions/fn/FunAnalyzeString.java A exist-core/src/test/xquery/xquery3/analyze-string.xqm Log Message: ----------- Merge pull request #5824 from line-o/fix/matches-error-code [bugfix] consistently raise errors in fn:analyze-string Compare: https://github.com/eXist-db/exist/compare/9fb469e711a2...3ea259be771e To unsubscribe from these emails, change your notification settings at https://github.com/eXist-db/exist/settings/notifications |