More work on seq representation

This commit is contained in:
Greg Shuflin
2023-02-25 14:48:44 -08:00
parent 9a3745d25c
commit dfb151e2a3
2 changed files with 8 additions and 2 deletions

View File

@@ -244,4 +244,5 @@ fn test_representations() {
json_bool().representation(),
Representation::new("true | false")
);
assert_eq!(json_number().representation(), Representation::new("null"));
}