mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
fix parsing demos that only set their user info in stringtable updates
This commit is contained in:
parent
a47336f709
commit
fd96ffaf47
4 changed files with 36 additions and 25 deletions
|
|
@ -71,6 +71,11 @@ fn snapshot_test_malformed_cvar() {
|
|||
snapshot_test("data/malformed_cvar.dem", "data/malformed_cvar.json");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn snapshot_test_player_in_update() {
|
||||
snapshot_test("data/nousers.dem", "data/nousers.json");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn snapshot_test_decal() {
|
||||
snapshot_test("data/decal.dem", "data/decal.json");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue