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

fix: money format regex #3913

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Conversation

hchlq
Copy link
Contributor

@hchlq hchlq commented Jul 21, 2023

Before submitting a pull request, please make sure the following is done...

  • Ensure the pull request title and commit message follow the Commit Specific in English.
  • Fork the repo and create your branch from master or formily_next.
  • If you've added code that should be tested, add tests!
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes (npm test).
  • Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

Please do not delete the above content


What have you changed?

@hchlq
Copy link
Contributor Author

hchlq commented Jul 21, 2023

小数点和后面的数字应该是整体一起的,要么出现要么不出现

@hchlq
Copy link
Contributor Author

hchlq commented Jul 21, 2023

\.?\d*-> (\.\d+)?

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b9ab509) 96.59% compared to head (c95ffdb) 96.60%.

Additional details and impacted files
@@              Coverage Diff              @@
##           formily_next    #3913   +/-   ##
=============================================
  Coverage         96.59%   96.60%           
=============================================
  Files               152      152           
  Lines              6695     6708   +13     
  Branches           1869     1818   -51     
=============================================
+ Hits               6467     6480   +13     
- Misses              200      228   +28     
+ Partials             28        0   -28     
Impacted Files Coverage Δ
packages/validator/src/formats.ts 100.00% <ø> (ø)

... and 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@janryWang janryWang merged commit d37bce8 into alibaba:formily_next Aug 4, 2023
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