...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
dop251
/
goja
/
extract_failed_tests.sh
Documentation:
github.com/dop251/goja
1
#!/bin/sh
2
3
sed -En 's/^.*FAIL: TestTC39\/tc39\/(test\/.*.js).*$/"\1": true,/p'
View as plain text