Skip to content

Fix strange behaviour with U+00B7 MIDDLE DOT in hashtags#233

Closed
acid-chicken wants to merge 2 commits intoimas:imastodonfrom
346design:fix-hashtag
Closed

Fix strange behaviour with U+00B7 MIDDLE DOT in hashtags#233
acid-chicken wants to merge 2 commits intoimas:imastodonfrom
346design:fix-hashtag

Conversation

@acid-chicken
Copy link
Copy Markdown

@acid-chicken acid-chicken commented Nov 22, 2019

Related to mastodon#10934
Cherry-picks mastodon#11345
Cherry-picks mastodon#11363

Excepted Behavior

declare var HASHTAG_RE: RegExp

'#2·8·3のつく日は特売日'.match(HASHTAG_RE)[1] // "#2·8·3のつく日は特売日"

Actual Behavior

declare var HASHTAG_RE: RegExp

'#2·8·3のつく日は特売日'.match(HASHTAG_RE)[1] // "#2·8"

https://imastodon.net/@ac/103183665223124622

@fvh-P fvh-P added bug Something isn't working priority high Should respond this quickly labels Nov 24, 2019
Copy link
Copy Markdown
Collaborator

@fvh-P fvh-P left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but wait for @takayamaki's decision whether to cherry-pick from tootsuite.

@fvh-P fvh-P requested a review from takayamaki November 24, 2019 14:39
@rinsuki
Copy link
Copy Markdown

rinsuki commented May 3, 2021

Is this fixed by #243?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working priority high Should respond this quickly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants