Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
7292c0cb157621d6c0552a19a41b691ccd5b9ed4
/
.
/
runtime
/
syntax
/
testdir
/
input
/
sh_14.sh
blob: bfa3d93a44b0982367fd0678ec8d247b4cc04f36 [
file
] [
log
] [
blame
]
#!/bin/bash
# Issue #17221 (sh syntax: escaped square brackets don't work in [[ ]])
[[
foo
==
[
bar
]
]]
[[
foo
==
\[bar\]
]]
echo
[
foo
]
echo \[foo\]