mirror of https://github.com/ARMmbed/mbed-os.git
Wipe out all blank lines in json:
find tools/test -name 'test_data.json' | xargs sed -i -e '/^$/d'
Move all start braces back a space:
find tools/test -name 'test_data.json' | xargs sed -i -e "s/^ {/{/"
|
||
|---|---|---|
| .. | ||
| lib1 | ||
| test_data.json | ||