Package: jsbeautifier Version: 1.6.4-7 Severity: wishlist File: /usr/bin/js-beautify
It would be great if the user was alerted to syntax errors.
$ echo 1111 }}}}}}|js-beautify
1111
}
}
}
}
}
}
$ echo 1111 }}}}}}|perltidy
There is no previous '{' to match a '}' on line 1
1: 1111 }}}}}}
^

