# Oracle-derived tests: locale_strings
# Generated by fuzzing against bash-oracle
# 9 test cases
=== locale_strings 1
echo $"a"$"cho $"a"$"b"$d"echo $"ac"
---
(command (word "echo") (word "\"a\"\"cho $\"a\"$\"b\"$d\"echo") (word "\"ac\""))
---
=== locale_strings 2
[[ "$" == "[test]" ]]
---
(cond (cond-binary "==" (cond-term ""$"") (cond-term ""[test]"")))
---
=== locale_strings 3
[[ "$"x != "no" ]]
---
(cond (cond-binary "!=" (cond-term ""$"x") (cond-term ""no"")))
---
=== locale_strings 4
"foo$""bar"
---
(command (word "\"foo$\"\"bar\""))
---
=== locale_strings 5
echo $"hello" | time cat
---
(pipe (command (word "echo") (word "\"hello\"")) (command (word "time") (word "cat")))
---
=== locale_strings 6
[[ "$LOCAL_DEV" == "$LO= "$LOCACAL$"" ]]
---
(cond (cond-binary "==" (cond-term ""$LOCAL_DEV"") (cond-term ""$LO= "$LOCACAL""")))
---
=== locale_strings 7
[[ "x$" == "[test]" ]]
---
(cond (cond-binary "==" (cond-term ""x$"") (cond-term ""[test]"")))
---
=== locale_strings 8
[[ " if $"x == "line1
line2" ]]
---
(cond (cond-binary "==" (cond-term "" if $"x") (cond-term ""line1
line2"")))
---
=== locale_strings 9
echo $Sa"$"b"$"$Sa"$"b"c"
---
(command (word "echo") (word "$Sa\"$\"b\"$\"$Sa\"$\"b\"c\""))
---