Skip to content

Commit 17c75f8

Browse files
committed
Add command for 'StringValue :: BlockString'
1 parent abfb2a7 commit 17c75f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/Section 2 -- Language.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,8 @@ StringCharacter :: `\` EscapedCharacter
10111011

10121012
StringValue :: BlockString
10131013

1014+
- Return the _Unicode text_ by evaluating the {BlockString}.
1015+
10141016
BlockString :: `"""` BlockStringCharacter\* `"""`
10151017

10161018
- Let {rawValue} be the _Unicode text_ by concatenating the evaluation of all

0 commit comments

Comments
 (0)