Skip to content

Fix string quotes bug#20

Merged
AngelaRemolina merged 4 commits intomasterfrom
fix-exec-bug
Aug 15, 2021
Merged

Fix string quotes bug#20
AngelaRemolina merged 4 commits intomasterfrom
fix-exec-bug

Conversation

@AngelaRemolina
Copy link
Copy Markdown
Owner

This PR closes #19
The code is now escaped using JSON.stringify() method.

This PR also does a general maintenance of the Brython module

  • A Brython update was needed (from 3.9.4 to 3.9.5)
  • Minor style fixes were made:
    • The output just shows when something is printed or there is an error, otherwise it does not.
    • Now, there is a limit to expand the output horizontally
    • The div of errors colors red completely
  • A dist folder update was made.

@AngelaRemolina AngelaRemolina merged commit 3ef8080 into master Aug 15, 2021
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

Successfully merging this pull request may close these issues.

Quotes on exec function

1 participant