Results for blog1.test.sh

statusoshosh-cpp
pass 54
N-I 40
FAIL 05
total99
caseoshosh-cppdescription
0pass FAIL ${##}
details
1N-I FAIL ${###}
detailsdetails
2N-I FAIL ${####}
detailsdetails
3N-I FAIL ${##2}
detailsdetails
4N-I FAIL ${###2}
detailsdetails
5pass pass ${1####}
6pass pass ${1#'###'}
7pass pass ${#1#'###'}
8pass pass Julia example from spec/oil-user-feedback
9 passed, 0 OK, 4 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 -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
osh1 ${###}

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

[osh-cpp status] Expected 2, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
osh2 ${####}

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

[osh-cpp status] Expected 2, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
osh3 ${##2}

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

[osh-cpp status] Expected 2, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
osh4 ${###2}

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

[osh-cpp status] Expected 2, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core