Skip to content

Commit 0cdb77c

Browse files
RexJaeschkeBillWagner
authored andcommitted
support new-lines in interpolations
1 parent cf64a32 commit 0cdb77c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

standard/expressions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,8 +1462,8 @@ fragment Interpolated_Regular_String_Element
14621462
14631463
fragment Interpolated_Regular_String_Character
14641464
// Any character except " (U+0022), \\ (U+005C),
1465-
// { (U+007B), } (U+007D), and New_Line_Character.
1466-
: ~["\\{}\u000D\u000A\u0085\u2028\u2029]
1465+
// { (U+007B), and } (U+007D).
1466+
: ~["\\{}]
14671467
;
14681468
14691469
// interpolated verbatim string expressions

0 commit comments

Comments
 (0)