mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
finish api changes and rawpacketstream
This commit is contained in:
parent
42358f243b
commit
2306fa5d17
7 changed files with 74 additions and 14 deletions
|
|
@ -46,6 +46,7 @@ fn flatten_test(input_file: &str, snapshot_file: &str) {
|
|||
let demo = Demo::new(file);
|
||||
let (_, send_tables) =
|
||||
DemoParser::new_with_analyser(demo.get_stream(), SendPropAnalyser::new())
|
||||
.parse()
|
||||
.expect("Failed to parse");
|
||||
let flat_props: HashMap<SendTableName, Vec<String>> = send_tables
|
||||
.iter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue