We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's an error reporting inconsistency with the reference parser for commas in brackets in interpolations:
julia> JuliaSyntax.parsestmt(Expr, "\"\$(x, digits=1)\"") :("$((x, digits = 1))") julia> JuliaSyntax.fl_parse(Expr, "\"\$(x, digits=1)\"") ERROR: ParseError("invalid interpolation syntax") Stacktrace: [1] fl_parse(str::String, pos::Int64; greedy::Bool, raise::Bool, depwarn::Bool) @ JuliaSyntax ~/.julia/dev/JuliaSyntax/src/hooks.jl:379 [inlined]
Found in JuliaLang/julia#18703 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There's an error reporting inconsistency with the reference parser for commas in brackets in interpolations:
Found in JuliaLang/julia#18703 (comment)
The text was updated successfully, but these errors were encountered: