Results for blog1.test.sh

casedashbashmkshzshoshosh_ALTosh-byterundescription
0pass pass pass pass pass pass pass ${##}
1pass pass pass pass N-I N-I N-I ${###}
detailsdetailsdetails
2pass pass pass pass N-I N-I N-I ${####}
detailsdetailsdetails
3pass pass pass pass N-I N-I N-I ${##2}
detailsdetailsdetails
4pass pass BUG pass N-I N-I N-I ${###2}
detailsdetailsdetailsdetails
5pass pass pass pass pass pass pass ${1####}
6pass pass pass pass pass pass pass ${1#'###'}
7ok N-I N-I ok pass pass pass ${#1#'###'}
detailsdetailsdetailsdetails

39 passed, 2 ok, 14 known unimplemented, 1 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh1 ${###}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###}
           ^
Expected } after length expression, got '#'
osh_ALT1 ${###}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###}
           ^
Expected } after length expression, got '#'
osh-byterun1 ${###}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###}
           ^
Expected } after length expression, got '#'
osh2 ${####}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${####}
           ^~
Expected } after length expression, got '##'
osh_ALT2 ${####}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${####}
           ^~
Expected } after length expression, got '##'
osh-byterun2 ${####}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${####}
           ^~
Expected } after length expression, got '##'
osh3 ${##2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${##2}
           ^
Expected } after length expression, got '2'
osh_ALT3 ${##2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${##2}
           ^
Expected } after length expression, got '2'
osh-byterun3 ${##2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${##2}
           ^
Expected } after length expression, got '2'
mksh4 ${###2}

stdout:
25
stderr:
osh4 ${###2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###2}
           ^
Expected } after length expression, got '#'
osh_ALT4 ${###2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###2}
           ^
Expected } after length expression, got '#'
osh-byterun4 ${###2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###2}
           ^
Expected } after length expression, got '#'
dash7 ${#1#'###'}

stdout:
4
stderr:
bash7 ${#1#'###'}

stdout:
stderr: 
_tmp/spec-bin/bash: line 2: ${#1#'###'}: bad substitution
mksh7 ${#1#'###'}

stdout:
stderr: 
_tmp/spec-bin/mksh: <stdin>[2]: ${#1#"###"}: bad substitution
zsh7 ${#1#'###'}

stdout:
1
stderr: