Closed
Bug 1685858
Opened 5 years ago
Closed 5 years ago
Misused characters test doesn't detect apostrophe at the beginning of text
Categories
(Firefox :: Settings UI, enhancement)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: flod, Assigned: flod)
References
Details
Attachments
(1 file)
See bug 1683263
unknowncontenttype-settingschange =
.value =
{ PLATFORM() ->
[windows] Settings can be changed in { -brand-short-name }’s Options.
*[other] Settings can be changed in { -brand-short-name }’s Preferences.
}
The run-time Fluent parser looks at ’s Preferences, which isn't caught by the regex \w'\w.
| Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: General → Preferences
Pushed by flodolo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/910f9d057dbf
Detect apostrophes at the beginning of strings in misused_characters test, r=jaws
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•