1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

improved handling of unicode chat messages

This commit is contained in:
Robin Appelman 2020-02-09 16:40:34 +01:00
commit 90c5e6c7f9
4 changed files with 13 additions and 1 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_unicode_chat() {
snapshot_test("data/unicode-saytext.dem", "data/unicode-saytext.json");
}
#[test]
fn snapshot_test_player_in_update() {
snapshot_test("data/nousers.dem", "data/nousers.json");