mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
add basic snapshot testing
This commit is contained in:
parent
5fdb20aa2f
commit
052ff398cd
15 changed files with 134 additions and 25 deletions
|
|
@ -1,5 +1,7 @@
|
|||
pub use crate::demo::{
|
||||
parser::{DemoParser, Parse, ParseError, ParserState, Result},
|
||||
parser::{
|
||||
DemoParser, Parse, ParseError, ParserState, Result, MatchState
|
||||
},
|
||||
Demo, Stream,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue