Closed
Bug 423702
Opened 17 years ago
Closed 17 years ago
Clean up escape sequence handling
Categories
(Tamarin Graveyard :: Self-hosting compiler (ESC), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lhansen, Unassigned)
Details
Attachments
(1 file)
1.53 KB,
patch
|
jodyer
:
review+
|
Details | Diff | Splinter Review |
In strings the sequence \x stands for itself if x is not specially designated as meaning something else (\b, \n, line terminator, etc).
Attachment #310304 -
Flags: review?(jodyer)
Reporter | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Attachment #310304 -
Flags: review?(jodyer) → review+
Reporter | ||
Comment 1•17 years ago
|
||
Changeset 465:b4c3dfa9bacf
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•