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

Recent whitespace changes should not apply to opaque elements #466

Closed
domenic opened this issue Aug 25, 2015 · 1 comment
Closed

Recent whitespace changes should not apply to opaque elements #466

domenic opened this issue Aug 25, 2015 · 1 comment

Comments

@domenic
Copy link
Collaborator

domenic commented Aug 25, 2015

I have added emu-alg to my opaque elements list, but

<emu-alg>
  1. Assert: _stream_@[[state]] is "readable".
  1. Let _stream_@[[queue]] be a new empty List.
</emu-alg>

is getting transformed into

   <emu-alg> 1. Set *this*@[[underlyingSource]] to _underlyingSource_.
  1. Set *this*@[[queue]] to a new empty List. </emu-alg>
@tabatkins
Copy link
Collaborator

Fixed!

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

2 participants