ninja: no work to do.
*** Running test-bool-operator

===== CASE: -c 
    if (a || b && c) {
      echo no
    }
     =====


      if (a || b && c) {
            ^~
[ -c flag ]:2: Use 'or' in expression mode (OILS-ERR-15)

===== CASE: -c 
    if not test --dir a or test --dir b and test --dir c {
      echo no
    }
     =====


      if not test --dir a or test --dir b and test --dir c {
         ^~~
[ -c flag ]:2: 'not' not found (OILS-ERR-100)
OK  test-bool-operator

doc/error-catalog.sh: 1 tests passed.