JuliaLang / JuliaLang/JuliaSyntax.jl

Multiline incomplete parenthesis: ParseError

Open
#602 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
293
Forks
50
PR merge metrics
No merged PRs in 30d

Description

copy the following code
```julia
function add_circuit_breaker_pair_module!(model, P_BUS_1, P_BUS_2,
p_ES, G, pLent, pEV_1, pU_1, pAC_1, D_1,
pEV_2, pU_2, pAC_2, D_2)
pBus_1 = v(model, [1:T], lower_bound = -P_BUS_1, upper_bound = P_BUS_1)
end;
```
paste to a REPL:
```julia
julia> function add_circuit_breaker_pair_module!(model, P_BUS_1, P_BUS_2,
ERROR: ParseError:
```
windows, julia 1.12.1
from https://discourse.julialang.org/t/end-of-line-parseerror/133273?u=waltermadelim

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.