We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dbbe5 commit de0ac94Copy full SHA for de0ac94
src/librustdoc/html/render/sorted_json/tests.rs
@@ -17,6 +17,8 @@ fn check(json: SortedJson, serialized: &str) {
17
assert_eq!(serde_json::to_string(&json).unwrap(), serialized);
18
}
19
20
+// Test this basic are needed because we are testing that our Display impl + serialize impl don't
21
+// nest everything in extra level of string. We also are testing round trip.
22
#[test]
23
fn escape_json_number() {
24
let json = SortedJson::serialize(3);
0 commit comments