Skip to content

Commit 79b4e9b

Browse files
committed
Debug
1 parent 7a2bc3d commit 79b4e9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ import {strict as assert} from 'assert'
8888
}
8989

9090
{ // Pipes are working
91-
let {stdout} = await $`echo "hello world"`
92-
.pipe($`cat`)
93-
.pipe($`cat`)
94-
assert(stdout === 'HELLO WORLD\n')
91+
// let {stdout} = await $`echo "hello"`
92+
// .pipe($`awk '{print $1" world"}'`)
93+
// .pipe($`tr '[a-z]' '[A-Z]'`)
94+
// assert(stdout === 'HELLO WORLD\n')
9595

9696
try {
9797
let w = await $`echo foo`

0 commit comments

Comments
 (0)