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

[BUG] quote issues in body give ParseError rather than Unquoted #4355

Closed
Felienne opened this issue Jun 21, 2023 · 0 comments · Fixed by #4825
Closed

[BUG] quote issues in body give ParseError rather than Unquoted #4355

Felienne opened this issue Jun 21, 2023 · 0 comments · Fixed by #4825
Assignees
Labels
language Issues related to the Hedy language

Comments

@Felienne
Copy link
Member

svar = ask 'Vad är 5 plus 5?'
if svar is 10
    print 'Bra jobbat!"
    print 'Svaret var faktiskt ' svar

Compare
image

with
image

@Felienne Felienne added the language Issues related to the Hedy language label Sep 23, 2023
@Felienne Felienne self-assigned this Nov 22, 2023
@mergify mergify bot closed this as completed in #4825 Nov 30, 2023
mergify bot pushed a commit that referenced this issue Nov 30, 2023
I was adding tests to fix #4355 but it turned out the error is already fixed! (I suspect by #4786?)

So let's just add some tests.

**How to test**
The tests pass :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language Issues related to the Hedy language
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant