diff options
Diffstat (limited to 'flags/tests/dotted.ts')
-rwxr-xr-x | flags/tests/dotted.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/tests/dotted.ts b/flags/tests/dotted.ts index 6b64e3b5e..31b73c85d 100755 --- a/flags/tests/dotted.ts +++ b/flags/tests/dotted.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"; |