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

✨ Add parsing support for \p and \k #3933

Merged
merged 4 commits into from
May 30, 2023
Merged

✨ Add parsing support for \p and \k #3933

merged 4 commits into from
May 30, 2023

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented May 30, 2023

No support in stringMatching itself, but we already parse them and reject them to avoid wrong values from being generated until we full support them.

Category:

  • ✨ Introduce new features
  • 📝 Add or update documentation
  • ✅ Add or update tests
  • 🐛 Fix a bug
  • 🏷️ Add or update types
  • ⚡️ Improve performance
  • Other(s): ...

Potential impacts:

  • Generated values
  • Shrink values
  • Performance
  • Typings
  • Other(s): ...

Sorry, something went wrong.

dubzzz added 4 commits May 30, 2023 09:22
No support in `stringMatching` itself, but we already parse them and reject them to avoid wrong values from being generated until we full support them.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 2b8715a:

Sandbox Source
Vanilla Configuration

@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

Merging #3933 (2b8715a) into main (4da73fd) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3933      +/-   ##
==========================================
+ Coverage   94.75%   94.77%   +0.02%     
==========================================
  Files         208      208              
  Lines        5736     5761      +25     
  Branches     1296     1308      +12     
==========================================
+ Hits         5435     5460      +25     
  Misses        284      284              
  Partials       17       17              
Flag Coverage Δ
unit-tests 94.77% <100.00%> (+0.02%) ⬆️
unit-tests-14.x-Linux 94.77% <100.00%> (+0.02%) ⬆️
unit-tests-16.x-Linux 94.77% <100.00%> (+0.02%) ⬆️
unit-tests-18.x-Linux 94.77% <100.00%> (+0.02%) ⬆️
unit-tests-latest-Linux 94.77% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...heck/src/arbitrary/_internals/helpers/ReadRegex.ts 91.60% <100.00%> (+1.13%) ⬆️
.../src/arbitrary/_internals/helpers/TokenizeRegex.ts 94.38% <100.00%> (+0.23%) ⬆️

@dubzzz dubzzz merged commit 7c553ca into main May 30, 2023
@dubzzz dubzzz deleted the add-last-support-pieces branch May 30, 2023 09:47
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.

None yet

1 participant