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

Code snippet (ruby): wrong apostroph and question mark interpretation #2353

Closed
raddol opened this issue Aug 31, 2018 · 1 comment
Closed

Comments

@raddol
Copy link

raddol commented Aug 31, 2018

Current behavior

Apostroph and question mark is badly interpreted in code snippet.
i.e.

wait_until(timeout: 10, message: 'Waiting for all notifications to be closed?')

gives &apos and ? for them.

screen shot 2018-08-31 at 11 17 56 am

Expected behavior

It is displayed: 'Waiting for all notifications to be closed?'

Steps to reproduce

  1. input:
wait_until(timeout: 10, message: 'Waiting for all notifications to be closed?')

Environment

  • Version : Boostnote 0.11.8
  • OS Version and name : Mac OS 10.12.6
@ZeroX-DG
Copy link
Member

This issue is solved in #2230 and will appears in v0.11.9

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