Closed
Bug 344005
Opened 19 years ago
Closed 19 years ago
A test for using reserved identifiers in property contexts
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
Attachments
(1 file)
11.63 KB,
text/plain
|
Details |
Nothing too fancy -- just test the situations enumerated in scattered places throughout bug 336376 in various ways, all of which should be valid (i.e., no "o\n.if(5)"-type tests).
Assignee | ||
Comment 1•19 years ago
|
||
Assignee | ||
Updated•19 years ago
|
Attachment #228582 -
Attachment is patch: false
Comment 2•19 years ago
|
||
Checking in shell.js;
/cvsroot/mozilla/js/tests/js1_7/lexical/shell.js,v <-- shell.js
initial revision: 1.1
done
RCS file: /cvsroot/mozilla/js/tests/js1_7/lexical/browser.js,v
done
Checking in browser.js;
/cvsroot/mozilla/js/tests/js1_7/lexical/browser.js,v <-- browser.js
initial revision: 1.1
done
RCS file: /cvsroot/mozilla/js/tests/js1_7/lexical/regress-336376-01.js,v
done
Checking in regress-336376-01.js;
/cvsroot/mozilla/js/tests/js1_7/lexical/regress-336376-01.js,v <-- regress-336376-01.js
initial revision: 1.1
Thanks Jeff!
Status: NEW → RESOLVED
Closed: 19 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•