blob: 66aa8d2cd9fe41702f421b59ac9ac652f920b9b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "./tests/all_bool.ts";
import "./tests/bool.ts";
import "./tests/dash.ts";
import "./tests/default_bool.ts";
import "./tests/dotted.ts";
import "./tests/kv_short.ts";
import "./tests/long.ts";
import "./tests/num.ts";
import "./tests/parse.ts";
import "./tests/short.ts";
import "./tests/stop_early.ts";
import "./tests/unknown.ts";
import "./tests/whitespace.ts";
|