Skip to content

Fix regular expression matching SHUKUDAI_NOTATION #48

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matsuda0528
Copy link
Contributor

概要

Issue #43 に対する PR

原因

宿題記法を探して,ActionItemを生成する処理において,
宿題記法にマッチさせる正規表現が,ActionItem生成後のリンク形式にもマッチしていた.
その結果,ActionItem生成後のリンク形式に対しても新たにActionItemを生成していた.

宿題記法: -->(name)
ActionItem生成後のリンク形式: -->(name !dddd)

解決方法

ActionItem生成後のリンク形式をマッチしないように正規表現を変更した.

@matsuda0528 matsuda0528 requested a review from mukohara November 14, 2022 09:18
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.

1 participant