mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 15:04:43 +02:00
Change test based on new spec version
This commit is contained in:
parent
b82be14e26
commit
0e6acc0842
@ -2,14 +2,14 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: prod-annexB-ClassEscape
|
esid: prod-annexB-ClassAtomNoDash
|
||||||
description: >
|
description: >
|
||||||
Character classes containing an invalid control escape behave like [\\c]
|
Character classes containing an invalid control escape behave like [\\c]
|
||||||
info: >
|
info: >
|
||||||
ClassEscape :: [~U] `c`
|
ClassAtomNoDash :: `\`
|
||||||
|
|
||||||
The production ClassEscape :: `c` evaluates as follows:
|
The production ClassAtomNoDash :: `\` evaluates as follows:
|
||||||
1. Return the CharSet containing the characters `\` and `c`.
|
1. Return the CharSet containing the single character `\`.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
function* invalidControls() {
|
function* invalidControls() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user