deno.land / x / masx200_leetcode_test@10.6.5 / mini-parser / test.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
import { assertEquals } from "https://deno.land/std@0.157.0/testing/asserts.ts";
import deserialize from "./index.ts";import { NestedIntegerToJSON } from "./NestedInteger.ts";
Deno.test("mini-parser", () => { assertEquals(324, NestedIntegerToJSON(deserialize("324"))); assertEquals( [123, [456, [789]]], NestedIntegerToJSON(deserialize("[123,[456,[789]]]")), );});
masx200_leetcode_test

Version Info

Tagged at
a year ago