xexyl / jparse

JSON parser, library and tools written in C
3 stars 3 forks source link

improve test_jparse/is_available.sh #17

Closed lcn2 closed 2 months ago

lcn2 commented 2 months ago

We improve test_jparse/is_available.sh as follows:

Changed $IS_AVAILABLE_VERSION to $VERSION.

Changed test_jparse/is_available.sh VERSION from "1.0.0 2024-09-15" to "1.1 2024-09-15".

Performed the following tests:

test_jparse/is_available.sh ls
test_jparse/is_available.sh -v 3 -w ls

test_jparse/is_available.sh shellcheck
test_jparse/is_available.sh -v 3 shellcheck

test_jparse/is_available.sh picky
test_jparse/is_available.sh -v 3 -w picky

test_jparse/is_available.sh independ
test_jparse/is_available.sh -v 5 -w independ

test_jparse/is_available.sh seqcexit
test_jparse/is_available.sh -v 3 -w seqcexit

Run make release to perform the above and test under macOS.

xexyl commented 2 months ago

Thank you very much! It is a big help and saves me some time. Will look at it more tomorrow but merging now.

Have a great night!

lcn2 commented 2 months ago

Thank you very much! It is a big help and saves me some time. Will look at it more tomorrow but merging now.

Have a great night!

You are most welcome!

xexyl commented 2 months ago

Thank you very much! It is a big help and saves me some time. Will look at it more tomorrow but merging now.

Have a great night!

You are most welcome!

$ echo '# is a comment' | ./goren 
       #
This is a comment