Skip to content

fix: Honor trim:false in exact-match normalize - #25

Open
VedantMadane wants to merge 1 commit into
AgentPostmortem:mainfrom
VedantMadane:fix/issue-9
Open

fix: Honor trim:false in exact-match normalize#25
VedantMadane wants to merge 1 commit into
AgentPostmortem:mainfrom
VedantMadane:fix/issue-9

Conversation

@VedantMadane

Copy link
Copy Markdown

Summary

Honor trim:false in exact-match normalize

Changes

  • normalize: only collapse whitespace when trim is enabled (default)
  • tests for exact-match trim:false

Fixes #9

- normalize: only collapse whitespace when trim is enabled (default)
- tests for exact-match trim:false

Fixes AgentPostmortem#9

Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

Welcome, @VedantMadane, and thanks for your first pull request to Evalgate.

A quick look at CONTRIBUTING.md covers how things are set up and run here.

I'll review this shortly. Ask anything in the thread if something is unclear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

exact-match always collapses internal whitespace, and trim: false does not turn it off

1 participant