diff options
Diffstat (limited to 'flags/tests/whitespace.ts')
-rwxr-xr-x | flags/tests/whitespace.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/tests/whitespace.ts b/flags/tests/whitespace.ts index 46ad09426..4dd9f9783 100755 --- a/flags/tests/whitespace.ts +++ b/flags/tests/whitespace.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"; |