Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle ins/del in header return types #614

Open
bakkot opened this issue Sep 17, 2024 · 0 comments
Open

handle ins/del in header return types #614

bakkot opened this issue Sep 17, 2024 · 0 comments

Comments

@bakkot
Copy link
Contributor

bakkot commented Sep 17, 2024

From #609:

<emu-clause id="sec-foobar" type="abstract operation">
  <h1>
    FooBar (
      _v_: an ECMAScript language value,
    ): <ins>an integer</ins><del>either a normal completion containing an integer, or a throw completion</del>
  </h1>
  <dl class="header">
    <dt>description</dt>
    <dd></dd>
  </dl>
  <emu-alg>
    1. <del>Throw a *RangeError* exception.</del>
    1. Return 42.
  </emu-alg>
</emu-clause>

errors with

(file):5:23: unknown extra text in header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant