With the 1.6 version of jq the error message start with "parse error". With the last version of jq the error message start with "jq: parse error". Fix it by using a regular expression that works in both cases.
Combine cases into smaller tests of tests and remove tests we no longer need. Linter tests have been moved to where they should be.