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

triple quotes not working correctly in Juno[BUG] #291

Closed
llbook opened this issue Apr 15, 2019 · 1 comment
Closed

triple quotes not working correctly in Juno[BUG] #291

llbook opened this issue Apr 15, 2019 · 1 comment
Labels

Comments

@llbook
Copy link

llbook commented Apr 15, 2019

Please search existing issues to avoid duplicates.

Details

  • Atom version: 1.35.1 64x
  • Julia version: 1.1.0 (2019-01-21)
  • OS: windows 8.1
  • Package versions:
    • Atom.jl: Atom v0.8.3
    • julia-client: Juno v0.7.0
    • ink:

Steps to reproduce

1.the following works fine when run in a script or if included in Juno from an external file:

s = """
two
lines"""

but inside Juno it fails to compile. See the included screendump "triple.png" and script/include file triple.jl
triple.jl.txt
triple

@llbook llbook added the bug label Apr 15, 2019
@pfitzseb
Copy link
Member

pfitzseb commented Apr 19, 2019

Juno's mechanism for finding out which code blocks to execute is based on indentation at the moment, so try

s = """
  two
  bar
  """

instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants