{"${'a'}"}}"; /* testProblemEmbedAtEndOfLineInMultiLineDoubleQuotedString */ echo "Testing ${foo["${bar['baz']}"]} and more ${foo["${bar}"]} testing"; /* testMultilineProblemEmbedInMultiLineDoubleQuotedString */ echo "Testing ${foo["${bar ['baz'] }"]} and more testing"; /* testTextStringAtEndOfFile */ // This has to be the last test in the file without a new line after it. echo 'first line last line'