diff options
Diffstat (limited to 'flags/tests/dash.ts')
-rwxr-xr-x | flags/tests/dash.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/tests/dash.ts b/flags/tests/dash.ts index 6ab1a7d75..d9f54c692 100755 --- a/flags/tests/dash.ts +++ b/flags/tests/dash.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, assertEqual } from "../../testing/mod.ts"; import { parse } from "../mod.ts"; |