mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
parent
b7efc57d4f
commit
a26ce0fb4a
@ -984,6 +984,7 @@ Deno.test("parse() handles unordered set", () => {
|
||||
? Ken Griffey`),
|
||||
{ "Mark McGwire": null, "Sammy Sosa": null, "Ken Griffey": null },
|
||||
);
|
||||
assertEquals(parse(`--- !!set`), {});
|
||||
});
|
||||
|
||||
Deno.test("parse() throws with empty mapping key", () => {
|
||||
|
Loading…
Reference in New Issue
Block a user