Skip to content

Conversation

Gijsreyn
Copy link
Contributor

@Gijsreyn Gijsreyn commented Oct 3, 2025

PR Summary

This pull request adds the toLower() and toUpper() functions, including reference documentation.

PR Context

Partially addresses #57.

$errorContent | Should -Match $expectedError
}

It 'toUpper function works for: <expression>' -TestCases @(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like you should have some unicode to test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't those in already?

@{ expression = "[toUpper('café')]"; expected = 'CAFÉ' }

For toLower():

@{ expression = "[toLower('CAFÉ')]"; expected = 'café' }

@Gijsreyn Gijsreyn requested a review from SteveL-MSFT October 4, 2025 07:05
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.

2 participants