``arg_split_with_quotes`` flags tokens that came from quoted segments.
(argstr, expected)
| 126 | ], |
| 127 | ) |
| 128 | def test_arg_split_with_quotes(argstr, expected): |
| 129 | """``arg_split_with_quotes`` flags tokens that came from quoted segments.""" |
| 130 | assert arg_split_with_quotes(argstr) == expected |
| 131 | |
| 132 | |
| 133 | def test_arg_split_with_quotes_strict_false(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…