Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[osh] Implement ${a[@]@P} and make ${a[@]@a} and ${a[@]@Q} consistent with Bash #2210

Merged
merged 7 commits into from
Jan 2, 2025
Prev Previous commit
[spec/var-op-bash] Turn osh's var-op-bash#15 result to FAIL
  • Loading branch information
akinomyoga committed Jan 2, 2025
commit fda3cd43d785c0c2d71ff9084091ee5ee63555d2
10 changes: 1 addition & 9 deletions spec/var-op-bash.test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## compare_shells: bash
## oils_failures_allowed: 7
## oils_failures_allowed: 8

#### Lower Case with , and ,,
x='ABC DEF'
Expand Down Expand Up @@ -297,14 +297,6 @@ status=0
'a' 'b\nc'
status=0

status=0
## END
## OK osh STDOUT:
a b c
status=0
a $'b\\nc'
status=0
a a a
status=0
## END

Expand Down