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