4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sed -En 's/^.*FAIL: TestTC39\/tc39\/(test\/.*.js).*$/"\1": true,/p'
|