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

Function normalize-space() is not implemented in Metapath processor #133

Open
6 tasks
Tracked by #734
aj-stein-gsa opened this issue Sep 27, 2024 · 1 comment
Open
6 tasks
Tracked by #734
Labels
enhancement New feature or request java Pull requests that update Java code
Milestone

Comments

@aj-stein-gsa
Copy link
Contributor

aj-stein-gsa commented Sep 27, 2024

User Story

As a developer of Metaschema-based software, in order to write more efficient and easier to read Metapath in my models, I would like this library to implement the function normalize-space().

Goals

  • Implement the function for Metapath use
  • Provide positive correct use of the function in unit tests
  • Provide incorrect correct negative use of the function unit tests

Dependencies

N/A

Acceptance Criteria

  • All website and readme documentation affected by the changes in this issue have been updated.
  • A Pull Request (PR) is submitted that fully addresses the goals of this User Story. This issue is referenced in the PR.
  • The CI-CD build process runs without any reported errors on the PR. This can be confirmed by reviewing that all checks have passed in the PR.

Revisions

No response

@david-waltermire
Copy link
Contributor

This can be done as a follow on to #140 by providing a function that wraps the IStringItem.normalizeSpace() method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
Status: Ready
Development

No branches or pull requests

2 participants