-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Right now, the syntax.jl
tests are skipped (
JuliaSyntax.jl/test/parse_packages.jl
Lines 41 to 46 in 2e965a1
# syntax.jl has some intentionally weird syntax which we parse | |
# differently than the flisp parser, and some cases which we've | |
# decided are syntax errors. | |
if endswith(f, "syntax.jl") | |
return nothing | |
end |
It would probably be a good idea to split up syntax.jl
into a "controversial" part which is not tested by JuliaSyntax and a standard part which does get tested. Ideally, as time moves on the controversial part is shrunk.
c42f
Metadata
Metadata
Assignees
Labels
No labels