Skip to content

fix(core): test which was testing the wrong thing#2946

Merged
elijah-potter merged 1 commit intomasterfrom
fix-test
Mar 16, 2026
Merged

fix(core): test which was testing the wrong thing#2946
elijah-potter merged 1 commit intomasterfrom
fix-test

Conversation

@elijah-potter
Copy link
Collaborator

Issues

The problem was caused in #2875.

Description

In #2875, we changed how words were itereated to fix #2861. In doing so, we unknowningly broke a property test, which asserted that any number or word prior to "a" would coerce "a" to lowercase. The linked PR changed this behavior to exclude numbers. This PR addresses that inconcsistence and has the test only use alphabetic characters rather than alphanumeric characters.

How Has This Been Tested?

Fuzzed.

Checklist

  • I have performed a self-review of my own code
  • I have added tests to cover my changes

@elijah-potter elijah-potter enabled auto-merge March 16, 2026 17:50
@elijah-potter elijah-potter added this pull request to the merge queue Mar 16, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 16, 2026
@elijah-potter elijah-potter added this pull request to the merge queue Mar 16, 2026
Merged via the queue into master with commit 83dcf4e Mar 16, 2026
11 checks passed
@elijah-potter elijah-potter deleted the fix-test branch March 16, 2026 19:08
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.

False Positive: UseTitleCase on title that starts with *. To

1 participant