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

saytext2 improvements

This commit is contained in:
Robin Appelman 2021-07-20 23:02:00 +02:00
commit e53aa10d80
5 changed files with 45 additions and 52 deletions

View file

@ -24,6 +24,7 @@ fn snapshot_test(input_file: &str, snapshot_file: &str) {
.as_slice(),
)
.unwrap();
pretty_assertions::assert_eq!(expected.chat, state.chat);
pretty_assertions::assert_eq!(expected, state);
}