Results for prompt.test.sh

statusbashosh
pass 1718
BUG 20
FAIL 01
total1919
casebashoshdescription
0pass FAIL sh -i
details
1pass pass \[\] are non-printing
2pass pass literal escapes
3pass pass special case for $
4pass pass PS1 evaluation order
5pass pass PS1 evaluation order 2
6pass pass \1004
7pass pass \001 octal literals are supported
8pass pass \555 is beyond max octal byte of \377 and wrapped to m
9pass pass \x55 hex literals not supported
10BUG pass Single backslash
details
11BUG pass Escaped backslash
details
12pass pass \0001 octal literals are not supported
13pass pass \u0001 unicode literals not supported
14pass pass constant string
15pass pass hostname
16pass pass username
17pass pass current working dir
18pass pass \W is basename of working dir
35 passed, 0 OK, 0 not implemented, 2 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh0 sh -i

[osh stdout] Expected 'foo\n', got '$ foo\n$ ^D\n'
[osh stderr] Expected '$ echo foo\n$ exit\n', got ''

stdout:
$ foo
$ ^D
stderr:
bash10 Single backslash

stdout:
\
stderr:
bash11 Escaped backslash

stdout:
\
stderr: