Change test based on new spec version

This commit is contained in:
Daniel Ehrenberg 2017-04-07 17:58:00 +02:00 committed by Rick Waldron
parent b82be14e26
commit 0e6acc0842

View File

@ -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() {