diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-07-27 11:20:40 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-27 09:20:40 +0000 |
| commit | 89e6792203678a2ae4911e006fcf9b26f63c700d (patch) | |
| tree | 0c5fbee50d0e003e27dcfe0c6817b0dd2604ecc2 /tests | |
| parent | 3ae808986d583ab4e151a7799acee4680c66bd78 (diff) | |
cli: handle deno -v and deno --version (#2684)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/version_long_flag.test | 2 | ||||
| -rw-r--r-- | tests/version_short_flag.test | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/version_long_flag.test b/tests/version_long_flag.test new file mode 100644 index 000000000..ab521879b --- /dev/null +++ b/tests/version_long_flag.test @@ -0,0 +1,2 @@ +args: --version +output: tests/version.out diff --git a/tests/version_short_flag.test b/tests/version_short_flag.test new file mode 100644 index 000000000..2078ce874 --- /dev/null +++ b/tests/version_short_flag.test @@ -0,0 +1,2 @@ +args: -v +output: tests/version.out |
