Merged
Conversation
ChMateで連続引用符+数字がレス番号として誤認される問題を修正 正規表現で`^(>+)([^>\s].*)`を`$1 $2`に変換し、引用符と文字列の間にスペースを挿入 変更内容: - futaba.py: _parse_post関数に引用符処理を追加 - tests/test_futaba.py: 期待値をスペース追加後の形式に更新 Closes #49 Co-authored-by: Tomu Katsumata <106-@users.noreply.github.com>
Owner
Author
|
実機確認済み。テスト、統合テスト、リント、フォーマットいずれもヨシ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ChMateで連続引用符+数字がレス番号として誤認される問題を修正
変更内容
解決する問題
>>>1富士2鷹3なすび、>>1富士2鷹3なすび、>1富士2鷹3なすびをそれぞれ>>> 1富士2鷹3なすび、>> 1富士2鷹3なすび、> 1富士2鷹3なすびに変換し、ChMateでの誤認を防ぐのだCloses #49
Generated with Claude Code