hrx-parser 0.1.1

A hrx parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: tests/test.rs
assertion_line: 28
expression: "format!(\"{:#?}\", archive)"
input_file: tests/err/multi-comment.hrx
---
Err(
    UnexpectedToken {
        expected: "Eof eof",
        actual: "60",
        start: 54,
        end: 55,
    },
)