fix: add new assert

This commit is contained in:
rvcas
2022-06-18 00:18:57 -04:00
committed by Lucas
parent 7e86a71772
commit 672c7037f6

View File

@@ -46,4 +46,8 @@ fn jpg() {
let name_program: Program<Name> = decoded_program.try_into().unwrap();
assert_eq!(parsed_program, name_program);
let pretty = name_program.to_pretty();
assert_eq!(pretty, code);
}