0 | pass | pass | single quoted -- implicit and explicit raw |
1 | pass | pass | Implicit raw single quote with backslash is a syntax error |
2 | pass | pass | $"foo $x" to make "foo $x" explicit |
3 | pass | pass | single quoted C strings: $'foo\n' |
4 | pass | pass | raw strings and J8 strings don't work in OSH |
5 | pass | pass | J8-style u'' and b'' strings in expression mode |
6 | pass | pass | J8-style u'' and b'' strings in command mode |
7 | pass | pass | J8-style multi-line strings u''' b''' in command mode |
8 | pass | pass | Double Quoted |
9 | pass | pass | Multiline strings with '' and "" |
10 | pass | pass | C strings in %() array literals |
11 | pass | pass | shopt parse_ysh_string |
12 | pass | pass | $''' isn't a a multiline string (removed) |
13 | pass | pass | """ and $""" in Expression Mode |
14 | pass | pass | ''' in Expression Mode |
15 | pass | pass | """ and $""" in Command Mode |
16 | pass | pass | ''' in Command Mode |
17 | pass | pass | r''' in Command Mode, Expression mode |
18 | pass | pass | ''' in Here Doc |
19 | pass | pass | ''' without parse_triple_quote |
20 | pass | pass | here doc with quotes |
21 | pass | pass | triple quoted and implicit concatenation |