#10807 closed bug (fixed)
Non-ascii apostrophe in comment
Reported by: | anonymous | Owned by: | timmywil |
---|---|---|---|
Priority: | low | Milestone: | 1.7.1 |
Component: | support | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the uncompressed version of jquery-1.7.js, at line 1495, there is a comment:
// frameset documents, while document.body isn’t. (7398)
The character between "isn" and "t" is not the standard apostrophe ('); this causes problems with jstestdriver when it tries to load this file. (using the unix "file" tool, it reports it as "utf-8 unicode")
Replacing it with the standard ' character resolves this problem (and then "file" reports it as ASCII), and this change has purely cosmetic effect on jquery otherwise.
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → support |
---|---|
Milestone: | None → 1.7.1 |
Owner: | set to timmywil |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Type: | enhancement → bug |
---|
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
You're absolute right. However, this will already be gone in 1.7.1.