1. 21 Nov, 2023 3 commits
  2. 20 Nov, 2023 5 commits
    • Walid Boudebouda's avatar
    • Walid Boudebouda's avatar
      vav: Don't reject individually quoted arguments · 57c23063
      Walid Boudebouda authored
      Cli command '"help" "help"' was wrongly rejected with error
      message: "Missing separator between arguments"
      57c23063
    • Walid Boudebouda's avatar
      vav_test: Also print test results when failing as expected · 35546e56
      Walid Boudebouda authored
      Output before:
      
      PASS: <> with flags 7 as expected.
      PASS: <foo> with flags 0 as expected.
      PASS: <foo bar> with flags 0 as expected.
      PASS: <foo bar> with flags 2 as expected.
      PASS: <foo,bar> with flags 2 as expected.
      PASS: <  foo  bar  > with flags 0 as expected.
      PASS: <  foo  ,  bar  > with flags 2 as expected.
      PASS: <foo bar > with flags 2 as expected.
      PASS: <foo,bar,> with flags 2 as expected.
      PASS: <foo "bar baz"> with flags 0 as expected.
      PASS: <foo #bar> with flags 0 as expected.
      PASS: <foo #bar> with flags 1 as expected.
      PASS: <foo#bar> with flags 0 as expected.
      PASS: <foo#bar> with flags 1 as expected.
      PASS: <\> with flags 4 as expected.
      PASS: <\x20> with flags 0 as expected.
      PASS: <foo"bar> with flags 4 as expected.
      PASS: <"foo""bar"> with flags 4 as expected.
      
      Output after:
      
      PASS: <> with flags 7 as expected.
      PASS: <foo> with flags 0 as expected.
      PASS: <foo bar> with flags 0 as expected.
      PASS: <foo bar> with flags 2 as expected.
      PASS: <foo,bar> with flags 2 as expected.
      PASS: <  foo  bar  > with flags 0 as expected.
      PASS: <  foo  ,  bar  > with flags 2 as expected.
      PASS: <foo bar > with flags 2 as expected.
      PASS: <foo,bar,> with flags 2 as expected.
      PASS: <foo "bar baz"> with flags 0 as expected.
      PASS: <foo #bar> with flags 0 as expected.
      PASS: <foo #bar> with flags 1 as expected.
      PASS: <foo#bar> with flags 0 as expected.
      PASS: <foo#bar> with flags 1 as expected.
      PASS: <\> with flags 4 as expected.
      FAIL: <\> with flags 0 as expected.
      FAIL: <\x> with flags 0 as expected.
      FAIL: <\x2> with flags 0 as expected.
      FAIL: <\x2O> with flags 0 as expected.
      PASS: <\x20> with flags 0 as expected.
      FAIL: <"foo> with flags 0 as expected.
      PASS: <foo"bar> with flags 4 as expected.
      FAIL: <foo"bar> with flags 0 as expected.
      FAIL: <foo"bar> with flags 0 as expected.
      PASS: <"foo""bar"> with flags 4 as expected.
      FAIL: <"foo""bar"> with flags 0 as expected.
      35546e56
    • Walid Boudebouda's avatar
      631fb37b
    • Walid Boudebouda's avatar
      vav_test: Return non-zero when a test fails · b4fce772
      Walid Boudebouda authored
      Currently, vav_test always passes make check
      b4fce772
  3. 13 Nov, 2023 1 commit
  4. 25 Oct, 2023 2 commits
  5. 24 Oct, 2023 1 commit
  6. 23 Oct, 2023 2 commits
  7. 20 Oct, 2023 1 commit
  8. 18 Oct, 2023 13 commits
  9. 17 Oct, 2023 7 commits
  10. 16 Oct, 2023 1 commit
  11. 13 Oct, 2023 2 commits
  12. 11 Oct, 2023 2 commits