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
1 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,14 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: prod-annexB-ClassEscape
esid: prod-annexB-ClassAtomNoDash
description: >
Character classes containing an invalid control escape behave like [\\c]
info: >
ClassEscape :: [~U] `c`
ClassAtomNoDash :: `\`
The production ClassEscape :: `c` evaluates as follows:
1. Return the CharSet containing the characters `\` and `c`.
The production ClassAtomNoDash :: `\` evaluates as follows:
1. Return the CharSet containing the single character `\`.
---*/
function* invalidControls() {