We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7f1d1 commit c9cdb1dCopy full SHA for c9cdb1d
test/t/unit/test_unit_get_words.py
@@ -11,7 +11,7 @@ class TestUnitGetCompWordsByRef(TestUnitBase):
11
def _test(self, bash, *args, **kwargs):
12
assert_bash_exec(bash, "unset cur prev")
13
output = self._test_unit(
14
- "_comp_get_words %s cur prev; echo $cur,${prev-}",
+ '_comp_get_words %s cur prev; echo "$cur,${prev-}"',
15
bash,
16
*args,
17
**kwargs,
0 commit comments