ash: optional support for $'...\t...\n...' bashism
function old new delta readtoken1 2824 3172 +348 static.C_escapes - 18 +18 parse_command 1504 1500 -4 SIT 89 83 -6 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/2 up/down: 366/-10) Total: 356 bytes
This commit is contained in:
9
shell/ash_test/ash-quoting/dollar_squote_bash1.right
Normal file
9
shell/ash_test/ash-quoting/dollar_squote_bash1.right
Normal file
@@ -0,0 +1,9 @@
|
||||
a b
|
||||
a
|
||||
b c
|
||||
def
|
||||
a'b c"d e\f
|
||||
a3b c3b e33f
|
||||
a\80b c08b
|
||||
a3b c30b
|
||||
x y
|
Reference in New Issue
Block a user