Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] fn:matches error codes #4886

Merged
merged 5 commits into from
May 8, 2023

Commits on Apr 26, 2023

  1. [bugfix] fn:matches error codes

    Read the error code raised by the Saxon regular expression
    implementation.
    This will now correctly raise FORX0002 when the pattern is
    invalid.
    line-o committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bcb8040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cfe2c1 View commit details
    Browse the repository at this point in the history
  3. [refactor] FunReplace and FunAnalyzeString

    - use enhanced switch for readability
    - add general error code to default case
    line-o committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9d80c4d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    b837384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a3b74 View commit details
    Browse the repository at this point in the history