« Bugzilla Issues Index
#1531 — Missing string escape in S15.5.4.11_A5_T1
- bug_id:
1531
- creation_ts:
2013-05-31 02:21:00 -0700
- short_desc:
Missing string escape in S15.5.4.11_A5_T1
- delta_ts:
2013-06-11 08:27:51 -0700
- product:
Test262
- component:
ECMA-262 Tests
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
IN_PROGRESS
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Brent Baker
- cc:
trbaker
- commentid:
4105
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-05-31 02:21:40 -0700
In the $ERROR() call (line 18), both occurrences of `\1` need to be escaped to `\\1`, otherwise `\1` ends up as an octal escape sequence or syntax error.