Results for blog1.test.sh

statusoshosh-cpp
pass 54
N-I 44
FAIL 01
total99
caseoshosh-cppdescription
0pass FAIL ${##}
details
1N-I N-I ${###}
detailsdetails
2N-I N-I ${####}
detailsdetails
3N-I N-I ${##2}
detailsdetails
4N-I N-I ${###2}
detailsdetails
5pass pass ${1####}
6pass pass ${1#'###'}
7pass pass ${#1#'###'}
8pass pass Julia example from spec/oil-user-feedback
9 passed, 0 OK, 8 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh-cpp0 ${##}

[osh-cpp stdout] Expected '2\n' Got ''
[osh-cpp status] Expected 0 Got 2

stdout:
stderr: 
  set -- $(seq 25)
                 ^
[ stdin ]:1: Invalid word while parsing command list
osh1 ${###}

stdout:
stderr: 
  echo ${###}
           ^
[ stdin ]:2: Expected } after length expression
osh-cpp1 ${###}

stdout:
stderr: 
  set -- $(seq 25)
                 ^
[ stdin ]:1: Invalid word while parsing command list
osh2 ${####}

stdout:
stderr: 
  echo ${####}
           ^~
[ stdin ]:2: Expected } after length expression
osh-cpp2 ${####}

stdout:
stderr: 
  set -- $(seq 25)
                 ^
[ stdin ]:1: Invalid word while parsing command list
osh3 ${##2}

stdout:
stderr: 
  echo ${##2}
           ^
[ stdin ]:2: Expected } after length expression
osh-cpp3 ${##2}

stdout:
stderr: 
  set -- $(seq 25)
                 ^
[ stdin ]:1: Invalid word while parsing command list
osh4 ${###2}

stdout:
stderr: 
  echo ${###2}
           ^
[ stdin ]:2: Expected } after length expression
osh-cpp4 ${###2}

stdout:
stderr: 
  set -- $(seq 25)
                 ^
[ stdin ]:1: Invalid word while parsing command list