Skip to content

Commit 0e297a4

Browse files
authored
support new-lines in interpolations
1 parent 76f9312 commit 0e297a4

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
@@ -1450,8 +1450,8 @@ fragment Interpolated_Regular_String_Element
14501450
14511451
fragment Interpolated_Regular_String_Character
14521452
// Any character except " (U+0022), \\ (U+005C),
1453-
// { (U+007B), } (U+007D), and New_Line_Character.
1454-
: ~["\\{}\u000D\u000A\u0085\u2028\u2029]
1453+
// { (U+007B), and } (U+007D).
1454+
: ~["\\{}]
14551455
;
14561456
14571457
// interpolated verbatim string expressions

0 commit comments

Comments
 (0)