Open
Bug 1380187
Opened 8 years ago
Updated 1 year ago
Which quotation should we use in error message?
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed, triage-deferred)
http://searchfox.org/mozilla-central/source/js/src/js.msg
there are 3 ways of quoting in error message:
* `A'
* 'B'
* "C" (\"C\" in source)
might be better using single way.
Comment 1•8 years ago
|
||
We should also update the MDN pages when updating the error messages.
The following page should have link for each js.msg key which is documented on MDN:
https://nbp.github.io/arewedocumentedyet/
Keywords: dev-doc-needed
Updated•8 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: sm-runtime
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•