diff options
| author | Ry Dahl <ry@tinyclouds.org> | 2020-01-08 17:40:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-08 17:40:59 -0500 |
| commit | c50cab90a05d271013f741768d70c1eda6ef9a10 (patch) | |
| tree | 08c8f59ed2ef449abd56455c9494a43a73058e67 /cli/tests/integration_tests.rs | |
| parent | b71d5708c603b09714a1f539f92f82392b6ee33d (diff) | |
Remove xeval subcommand (#3630)
Diffstat (limited to 'cli/tests/integration_tests.rs')
| -rw-r--r-- | cli/tests/integration_tests.rs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 83b59e1f8..70ad55e56 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -262,24 +262,6 @@ itest!(_029_eval { output: "029_eval.out", }); -itest!(_030_xeval { - args: "xeval console.log($.toUpperCase())", - input: Some("a\nb\n\nc"), - output: "030_xeval.out", -}); - -itest!(_031_xeval_replvar { - args: "xeval -I val console.log(val.toUpperCase());", - input: Some("a\nb\n\nc"), - output: "031_xeval_replvar.out", -}); - -itest!(_032_xeval_delim { - args: "xeval -d DELIM console.log($.toUpperCase());", - input: Some("aDELIMbDELIMDELIMc"), - output: "032_xeval_delim.out", -}); - itest!(_033_import_map { args: "run --reload --importmap=importmaps/import_map.json importmaps/test.ts", |
