deno.land / x / masx200_leetcode_test@10.6.5 / strobogrammatic-number / test.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { assertEquals } from "asserts";import isStrobogrammatic from "./index.ts";Deno.test("strobogrammatic-number", () => { assertEquals(["69", "88", "962"].map(isStrobogrammatic), [ true, true, false, ]);});
masx200_leetcode_test

Version Info

Tagged at
a year ago