Karpfen
|
7e8ced534f
|
misc: Use /usr/bin/env for a more generic shebang
Use path based SHELL in Makefiles. It was suggested that this is a
better solution for make for cases when there is no /usr/bin/env.
See: https://github.com/purpleidea/mgmt/pull/694#discussion_r1015596204
|
2025-03-22 14:53:21 -04:00 |
|
James Shubin
|
04fd330733
|
test: Improve parser indentation test
We need to be fancier with our regexp now that pipes are in the grammar.
Don't match them in comments of course!
|
2023-10-17 15:21:18 -04:00 |
|
James Shubin
|
2bf43eae24
|
test: Improve test depth
Make sure we're catching everything, including new, deeper code.
|
2019-03-12 16:49:01 -04:00 |
|
James Shubin
|
58961d23bb
|
test: Improve test depth
Make sure we're catching everything, including new, deeper code.
|
2019-03-12 15:50:30 -04:00 |
|
James Shubin
|
81bb87f4cd
|
test: Add a test to ensure the parser doesn't have any conflicts
Our grammar shouldn't be ambiguous, and it makes sense to test this.
|
2018-06-18 16:06:23 -04:00 |
|
James Shubin
|
5f12ff6178
|
lang: Add indentation test to parser
This adds a test case to catch some common typos.
|
2018-06-12 17:40:18 -04:00 |
|