hush: fix handling of backslashes in variable assignment
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# This testcase checks whether slashes in ${v/a/b} are parsed before or after expansions
|
||||
# in a part
|
||||
# This testcase checks whether slashes in ${v/a/b} are parsed before
|
||||
# or after expansions
|
||||
|
||||
v='a/b/c'
|
||||
s='b/c'
|
||||
|
Reference in New Issue
Block a user