Skip to content

Commit 4d81b2e

Browse files
committed
Bugfix: should use StringValue semantics instead of AssertClauseToAssertion semantics to get StringValue from assertion key.
1 parent f5877ab commit 4d81b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h1>Static Semantics: AssertClauseToAssertions</h1>
239239

240240
<emu-grammar> AssertEntries : AssertionKey `:` StringLiteral </emu-grammar>
241241
<emu-alg>
242-
1. Let _entry_ be a Record { [[Key]]: AssertClauseToAssertions of |AssertionKey|, [[Value]]: StringValue of |StringLiteral| }.
242+
1. Let _entry_ be a Record { [[Key]]: StringValue of |AssertionKey|, [[Value]]: StringValue of |StringLiteral| }.
243243
1. Return a new List containing the single element, _entry_.
244244
</emu-alg>
245245

0 commit comments

Comments
 (0)