Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug in
parse_document_content
.
`peek(stream.input)` is a token instance, so it should be `in(typeof(peek(stream.input)), [A, B, C, D]`. However, it is better to use `isa` and `Union`, as I mentioned in JuliaData#161.
- Loading branch information