Merging upstream version 1.9.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7ac9951505
commit
db5ed8b1cc
131 changed files with 3811 additions and 826 deletions
|
@ -53,11 +53,11 @@ def test_timer():
|
|||
(r""" "hello\"world" """, ['hello"world']),
|
||||
(r"''", [""]), # set foo "" is a legal command
|
||||
(r'""', [""]), # set foo "" is a legal command
|
||||
(r"\\", ["\\\\"]), # blackslash are legal
|
||||
("\\hello\\", ["\\hello\\"]), # blackslash are legal
|
||||
(r"\\", ["\\\\"]), # backslash are legal
|
||||
("\\hello\\", ["\\hello\\"]), # backslash are legal
|
||||
],
|
||||
)
|
||||
def test_stipe_quote_escaple_in_quote(test_input, expected):
|
||||
def test_stripe_quote_escape_in_quote(test_input, expected):
|
||||
assert list(strip_quote_args(test_input)) == expected
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue