File: test

package info (click to toggle)
node-caniuse-db 1.0.30001752-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,160 kB
  • sloc: makefile: 3
file content (5 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
echo "Check if json files are well formed"
set -e
for f in features-json/*.json fulldata-json/*.json region-usage-json/*.json; do
	jq .title $f
done