# Oracle-derived tests: ansi_c_processing
# Generated by fuzzing against bash-oracle
# 18 test cases
=== ansi_c_processing 1
$( echo $'it\'s a \'test\'' )
---
(command (word "$(echo 'it'\\''s a '\\''test'\\''')"))
---
=== ansi_c_processing 2
echA t\\$'\t\\r'
---
(command (word "echA") (word "t\\\\'\t\\r'"))
---
=== ansi_c_processing 3
$( echo $'part1'"prtK2" )
---
(command (word "$(echo 'part1'\"prtK2\")"))
---
=== ansi_c_processing 4
$( ech\o $'page\f' )
---
(command (word "$(ech\\o 'page')"))
---
=== ansi_c_processing 5
echo $'te''st\<<<'' || echo $'te''st\<<<''
---
(command (word "echo") (word "'te''st\\<<<'' || echo $'te''st\\<") (redirect "<<" ""))
---
=== ansi_c_processing 6
$( echo $'\u0041u0' )
---
(command (word "$(echo 'Au0')"))
---
=== ansi_c_processing 7
echo "a=$'( <cmd )'"
---
(command (word "echo") (word "\"a=$'( <cmd )'\""))
---
=== ansi_c_processing 8
$( echo $'\0'7 )
---
(command (word "$(echo ''7)"))
---
=== ansi_c_processing 9
cat <<< at$'l in ine1nline2'
---
(command (word "cat") (redirect "<<<" "at'l in ine1nline2'"))
---
=== ansi_c_processing 10
echo $'start"middle"'end' || echo $'start"middle"'end'
---
(command (word "echo") (word "'start\"middle\"'end' || echo $'start\"middle\"'end'"))
---
=== ansi_c_processing 11
'\t\echo $'\t\n\'
---
(command (word "'\\t\\echo $'\\t\\n\\'"))
---
=== ansi_c_processing 12
ech o'$'
---
(command (word "ech") (word "o'$'"))
---
=== ansi_c_processing 13
ech'pageo $'pagef\'
---
(command (word "ech'pageo $'pagef\\'"))
---
=== ansi_c_processing 14
$( $'echo' hello )
---
(command (word "$('echo' hello)"))
---
=== ansi_c_processing 15
x>=$'hello\nworld'
---
(command (word "x") (redirect ">" "='hello
world'"))
---
=== ansi_c_processing 16
echo 'x0a' > /d$'x0a' > /dev/null
---
(command (word "echo") (word "'x0a'") (redirect ">" "/d'x0a'") (redirect ">" "/dev/null"))
---
=== ansi_c_processing 17
$( echo $'\x48\x65\x6c\x6c\x6f' )
---
(command (word "$(echo 'Hello')"))
---
=== ansi_c_processing 18
<(ech in o$'test')
---
(command (word "<(ech in o'test')"))
---