deno.land / std@0.224.0 / path / join_globs_test.ts

join_globs_test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.import { assertEquals } from "../assert/mod.ts";import { joinGlobs } from "./join_globs.ts";import { SEPARATOR } from "./mod.ts";
Deno.test("joinGlobs() checks options.globstar", function () { assertEquals(joinGlobs(["**", ".."], { globstar: true }), `**${SEPARATOR}..`);});
std

Version Info

Tagged at
3 weeks ago