JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
272 stars 35 forks source link

Underbracket placement #349

Closed jariji closed 10 months ago

jariji commented 1 year ago
ERROR: ParseError:
# Error @ REPL[53]:15:5
    ylims!(p, (0, last(ylims(p)))
    xlabel!(p, "Contig length cutoff (kbp)")
#   └─────────────────────────────────────┘ ── Expected `)`

On Slack it was pointed out that the underbracket ends unexpectedly early. If the last place a ) could appear is after the final ) then that's where the should be too -- right after the final ).