Skip to content

v37

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 17:39
· 200 commits to main since this release
d5684b7

Changelog

d5684b7 Merge pull request #41 from codecrafters-io/andy/fix
e283bef Update test fixtures to replace input strings with "blueberry" and "BANANA", and standardize numeric inputs to "650" across multiple test cases, enhancing consistency in expected outcomes.
d72e7cc Merge pull request #39 from codecrafters-io/andy/tweak
0827972 Merge pull request #40 from codecrafters-io/andy/fix
5bf3fd8 Update test cases to swap input and pattern for consistency across multiple fixtures, ensuring accurate regex testing. This change enhances clarity and maintains uniformity in test expectations.
7c75bd4 Refactor testPositiveCharacterGroups to utilize pickLettersOutsideWord for improved letter selection. Update test cases to reflect changes in input patterns and enhance test coverage with dynamic examples across multiple fixtures.
99debee Refactor testPositiveCharacterGroups to use dynamic patterns and inputs from random words, enhancing test case variability. Introduce pickLetterOutsideWord function to select letters not present in the given word.
bae6702 ci: add regenerated fixtures
ff94069 Refactor special characters in alphanumeric matching test to reduce variety, focusing on a more streamlined set for improved test clarity.
ffb81ab Update test fixtures to replace fruit names with "apple" and "BLUEBERRY", and standardize numeric inputs to "234" across multiple test cases, enhancing consistency in expected outcomes.
fec1df8 ci: add regenerated fixtures
f0a3d14 Refactor alphanumeric matching test cases to utilize random inputs and special characters, enhancing coverage and variability in expected outcomes across multiple fixtures.
7e47167 Enhance test coverage by adding a new test case for the regex pattern "[abcd]" with input "[]" and expected exit code 1.
470098d Update test cases for alphanumeric matching to include additional inputs "Word", "123 456", and "$!?" with expected exit code 0 across multiple fixtures.