JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[BUG] 1-element tuple missing comma #556

Closed JeffBezanson closed 4 years ago

JeffBezanson commented 4 years ago

Details

Steps to reproduce

When evaluating a 1-element tuple in-line, e.g. (1,) the result is displayed as (1) instead of (1,).

aviatesk commented 4 years ago

will be fixed by: https://github.com/JunoLab/Atom.jl/pull/323 ;)