mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
saytext2 improvements
This commit is contained in:
parent
a46f9edec2
commit
e53aa10d80
5 changed files with 45 additions and 52 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue