1
0
Fork 0
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:
Robin Appelman 2020-02-02 22:36:30 +01:00
commit fd96ffaf47
4 changed files with 36 additions and 25 deletions

View file

@ -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");