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 cd5d9c2 commit e3d9b05Copy full SHA for e3d9b05
1 file changed
Lib/test/test_shlex.py
@@ -348,6 +348,7 @@ def testForceQuote(self):
348
self.assertEqual(shlex.quote("spam", force=True), "'spam'")
349
self.assertEqual(shlex.quote("spam eggs", force=False), "'spam eggs'")
350
self.assertEqual(shlex.quote("spam eggs", force=True), "'spam eggs'")
351
+ self.assertEqual(shlex.quote("two's-complement", force=False), "'two'\"'\"'s-complement'")
352
353
def testJoin(self):
354
for split_command, command in [
0 commit comments