mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Use xeval from deno_std (#3058)
This commit is contained in:
parent
403bdfc3ec
commit
eecb4fea26
7 changed files with 36 additions and 165 deletions
|
@ -304,12 +304,6 @@ itest!(_042_dyn_import_evalcontext {
|
|||
output: "042_dyn_import_evalcontext.ts.out",
|
||||
});
|
||||
|
||||
itest!(_043_xeval_delim2 {
|
||||
args: "xeval -d MADAM console.log($)",
|
||||
input: Some("!MADMADAMADAM!"),
|
||||
output: "043_xeval_delim2.out",
|
||||
});
|
||||
|
||||
itest!(_044_bad_resource {
|
||||
args: "run --reload --allow-read 044_bad_resource.ts",
|
||||
output: "044_bad_resource.ts.out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue