grncdr / js-shell-parse

parse bash, with javascript (UNMAINTAINED)
MIT License
90 stars 13 forks source link

remove bad shellcheck tests and indicate which are error tests #15

Open forivall opened 8 years ago

forivall commented 8 years ago

Some of the shellcheck tests were code that shellcheck could parse, but were invalid shell (so that shellcheck could catch incorrect code specifically). This removes completely incorrect code, hotes which are ksh specific, corrects one mostly-correct example, and notes which should generate errors.