Open
Bug 1893978
Opened 2 years ago
Updated 2 years ago
Some web platform tests have an incorrect strict statement
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: standard8, Unassigned)
Details
Some of the tests have a statement that is
"use strict;"
rather than
"use strict";
The former doesn't seem to have any affect does not complain, and it does not apply strict mode. The tests should probably be corrected to use the latter.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:jgraham, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(james)
Comment 2•2 years ago
|
||
Well I don't think we implement any of the things being tested here, but it was as easy to create a PR as file an upstream issue, so https://github.com/web-platform-tests/wpt/pull/46304
Severity: -- → S4
Flags: needinfo?(james)
You need to log in
before you can comment on or make changes to this bug.
Description
•