77b32ccbf2
function old new delta parse_stream 2339 2395 +56 expand_pseudo_dquoted 104 118 +14 parse_stream_dquoted 296 300 +4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 74/0) Total: 74 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
28 lines
417 B
Plaintext
28 lines
417 B
Plaintext
Quoted heredoc:
|
|
a\
|
|
b
|
|
123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
|
|
-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
|
|
c\
|
|
|
|
Unquoted heredoc:
|
|
a b
|
|
123456 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
|
|
-qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
|
|
cEOF2
|
|
|
|
Quoted -heredoc:
|
|
a\
|
|
b
|
|
123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
|
|
-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
|
|
c\
|
|
|
|
Unquoted -heredoc:
|
|
a b
|
|
123456 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
|
|
-qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
|
|
cEOF4
|
|
|
|
Done: 0
|