diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-05-04 00:48:50 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 18:48:50 -0400 |
commit | 5824e55efa8312d6ce5f66741c7fb465c5d924e6 (patch) | |
tree | 241ee5acb10fc48c31990ffeb7744ecc621def7c /tests | |
parent | 3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4 (diff) |
fix: deno version panic (#2286)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/version.out | 3 | ||||
-rw-r--r-- | tests/version.test | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/version.out b/tests/version.out new file mode 100644 index 000000000..de13d769f --- /dev/null +++ b/tests/version.out @@ -0,0 +1,3 @@ +deno:[WILDCARD] +v8:[WILDCARD] +typescript:[WILDCARD]
\ No newline at end of file diff --git a/tests/version.test b/tests/version.test new file mode 100644 index 000000000..24079f715 --- /dev/null +++ b/tests/version.test @@ -0,0 +1,2 @@ +args: version +output: tests/version.out |