Skip to content

Commit

Permalink
Normative: FlagText allows s (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea authored and bterlson committed Apr 19, 2018
1 parent d8974e9 commit 59d73dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -12175,7 +12175,7 @@ <h1>Static Semantics: Early Errors</h1>
It is a Syntax Error if BodyText of |RegularExpressionLiteral| cannot be recognized using the goal symbol |Pattern| of the ECMAScript RegExp grammar specified in <emu-xref href="#sec-patterns"></emu-xref>.
</li>
<li>
It is a Syntax Error if FlagText of |RegularExpressionLiteral| contains any code points other than `"g"`, `"i"`, `"m"`, `"u"`, or `"y"`, or if it contains the same code point more than once.
It is a Syntax Error if FlagText of |RegularExpressionLiteral| contains any code points other than `"g"`, `"i"`, `"m"`, `"s"`, `"u"`, or `"y"`, or if it contains the same code point more than once.
</li>
</ul>
</emu-clause>
Expand Down

0 comments on commit 59d73dc

Please sign in to comment.