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

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { assertEquals } from "../deps.ts";import interpret from "./index.ts";
Deno.test("goal-parser-interpretation", () => { assertEquals( ["Goal", "Gooooal", "alGalooG"], ["G()(al)", "G()()()()(al)", "(al)G(al)()()G"].map(interpret), );});
masx200_leetcode_test

Version Info

Tagged at
a year ago