MCPcopy Index your code
hub / github.com/ipython/ipython / test_arg_split_with_quotes_strict_false

Function test_arg_split_with_quotes_strict_false

tests/test_process.py:133–136  ·  view source on GitHub ↗

Unbalanced quotes should not raise when ``strict=False``.

()

Source from the content-addressed store, hash-verified

131
132
133def test_arg_split_with_quotes_strict_false():
134 """Unbalanced quotes should not raise when ``strict=False``."""
135 result = arg_split_with_quotes('foo "unbalanced', strict=False)
136 assert ("foo", False) in result
137
138
139class SubProcessTestCase(tt.TempFileMixin):

Callers

nothing calls this directly

Calls 1

arg_split_with_quotesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…