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

Improve String_Contains_Column test #34174

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Conversation

ranma42
Copy link
Contributor

@ranma42 ranma42 commented Jul 6, 2024

Instead of replicating the same logic of String_Contains_Identity, invoke Contains on a different column.

This also ensures that if Contains simplified to TRUE on trivial cases, this test would still check columnA.Contains(columnB).

Instead of replicating the same logic of `String_Contains_Identity`, invoke
`Contains` on a different column.

This also ensures that if `Contains` simplified to `TRUE` on trivial cases, this
test would still check `columnA.Contains(columnB)`.
@maumar maumar merged commit 09247f4 into dotnet:main Jul 7, 2024
7 checks passed
@ranma42 ranma42 deleted the improve-tests-1 branch July 21, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants