Opened 7 years ago
Closed 7 years ago
#13871 closed bug (fixed)
A problem with multiline comments? (Test262 suite)
Reported by: | WildKeccak | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I was looking through the Test262 tests, and I believe you might have a problem with multiline comments in JavaScript, terminated with an HTML close comment (Annex B -> Language -> Comment -> multi-line-html-close.js)
For example,
0 /* */--> alert("Howdy");
does not alert the user of anything
although /* */--> alert("Howdy");
would
Attachments (1)
Change History (6)
by , 7 years ago
Attachment: | multi-line-html-close.js added |
---|
comment:1 by , 7 years ago
patch: | 0 → 1 |
---|
comment:3 by , 7 years ago
Component: | Applications → Applications/WebPositive |
---|---|
Owner: | changed from | to
Platform: | x86-64 → All |
comment:4 by , 7 years ago
patch: | 1 → 0 |
---|
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This will be fixed in WebKit 1.6.4.
Note:
See TracTickets
for help on using tickets.
This comes from the zipball at https://bakkot.github.io/test262-web-runner/