0b677d8337
simplify unexpected EOF handling. function old new delta builtin_export 117 374 +257 o_reset_to_empty_unquoted - 21 +21 parse_stream 1926 1929 +3 syntax_error_unterm_ch 31 32 +1 handle_dollar 644 641 -3 parse_stream_dquoted 307 298 -9 add_till_backquote 106 97 -9 add_till_closing_paren 303 286 -17 o_reset 21 - -21 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 3/4 up/down: 282/-59) Total: 223 bytes
8 lines
135 B
Plaintext
Executable File
8 lines
135 B
Plaintext
Executable File
export aaa1="'''"
|
|
export aaa2=""
|
|
export aaa3="'''abc"
|
|
export aaa4="def'''"
|
|
export aaa5="'''abc'''def'''"
|
|
export | grep aaa.=
|
|
echo Done
|