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

ワードミュートで正規表現のフラグに対応 #581

Merged

Conversation

poppingmoon
Copy link
Contributor

ワードミュートの正規表現にm, i, u, sのフラグが含まれている場合にRegExpの対応するプロパティを変更するようにしました

Fix #580

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 36.57%. Comparing base (017c89e) to head (1b7d2db).

Files Patch % Lines
lib/repository/note_repository.dart 0.00% 18 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #581      +/-   ##
===========================================
- Coverage    36.60%   36.57%   -0.04%     
===========================================
  Files          257      257              
  Lines        13587    13601      +14     
===========================================
  Hits          4974     4974              
- Misses        8613     8627      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shiosyakeyakini-info shiosyakeyakini-info merged commit a706631 into shiosyakeyakini-info:develop Jun 22, 2024
1 check passed
@poppingmoon poppingmoon deleted the regexp-flag branch June 22, 2024 05:14
@Npepperlinux Npepperlinux mentioned this pull request Jun 22, 2024
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.

ワードミュートで正規表現のフラグが無視されている
3 participants