23 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| ysh | 16 """ and $""" in Expression Mode [ysh stdout] Expected 'line1=line1\nline2=line2\n[one "\ntwo = 2 ""\n three = 3\n]\n[good\n bad 42\n]\n[good\n bad 42\n]\n' Got 'line1=line1\nline2=line2\n' [ysh status] Expected 0 Got 2 stdout: line1=line1 line2=line2stderr: three = $three
^
[ stdin ]:12: Unexpected = (Hint: use var/setvar, or quote it)
|
| ysh | 18 """ and $""" in Command Mode [ysh stdout] Expected '--\none "\ntwo = 2 ""\nthree = 3\n\n--\none "\ntwo = 2 ""\nthree = 3\n\n--\nthree = 3\ntwo = 2 ""\none "\n' Got '--\n one "\n two = 2\n' [ysh status] Expected 0 Got 2 stdout: -- one " two = 2stderr: three = $three
^
[ stdin ]:8: Unexpected = (Hint: use var/setvar, or quote it)
|