Skip to content
Snippets Groups Projects
Commit 0e6acc08 authored by Daniel Ehrenberg's avatar Daniel Ehrenberg Committed by Rick Waldron
Browse files

Change test based on new spec version

parent b82be14e
Branches
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment