From 2d5457df15d8c4a81362bb2d185b5c6013faa1d8 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Wed, 8 Jan 2020 14:59:53 -0500 Subject: feat(flags): script arguments come after '--' (#3621) --- std/examples/test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'std/examples') diff --git a/std/examples/test.ts b/std/examples/test.ts index 26dd989e4..646eb5d33 100644 --- a/std/examples/test.ts +++ b/std/examples/test.ts @@ -20,6 +20,7 @@ test(async function catSmoke(): Promise { "run", "--allow-read", "examples/cat.ts", + "--", "README.md" ], stdout: "piped" -- cgit v1.2.3