1. 04 Dec, 2023 14 commits
  2. 22 Nov, 2023 1 commit
  3. 21 Nov, 2023 9 commits
  4. 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
  5. 13 Nov, 2023 1 commit
  6. 25 Oct, 2023 2 commits
  7. 24 Oct, 2023 1 commit
  8. 23 Oct, 2023 2 commits
  9. 20 Oct, 2023 1 commit
  10. 18 Oct, 2023 4 commits