Ticket #512 (closed defect: fixed)
upper-case hex escapes in strings and symbols don't work
| Reported by: | will | Owned by: | will |
|---|---|---|---|
| Priority: | critical | Milestone: | Larceny 0.96 |
| Component: | library | Version: | all |
| Keywords: | hex escape | Cc: |
Description
For example:
> '\xFFFF; Error: integer->char: -74273 is not a Unicode scalar value. Entering debugger; type "?" for help. debug> q > "\xFFFF;" Error: integer->char: -74273 is not a Unicode scalar value. Entering debugger; type "?" for help. debug> q
It's a one-character bug in the reader's definition of hex-escape.
Change History
Note: See
TracTickets for help on using
tickets.
