knrafto / language-bash

Parse and pretty-print Bash shell scripts
BSD 3-Clause "New" or "Revised" License
35 stars 9 forks source link

Test suite #1

Closed knrafto closed 7 years ago

knrafto commented 10 years ago

One option: round-trip testing by generating syntax trees, pretty-printing them, and parsing them. But this doesn't test one element at a time or every possible variation of Bash syntax.

knrafto commented 7 years ago

There's now a fairly respectable test suite thanks to @pbiggar.