...

Text file src/github.com/dop251/goja/extract_failed_tests.sh

Documentation: github.com/dop251/goja

     1#!/bin/sh
     2
     3sed -En 's/^.*FAIL: TestTC39\/tc39\/(test\/.*.js).*$/"\1": true,/p'

View as plain text