MCPcopy
hub / github.com/docopt/docopt / test_matching_paren

Function test_matching_paren

test_docopt.py:375–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373
374
375def test_matching_paren():
376 with raises(DocoptLanguageError):
377 docopt('Usage: prog [a [b]')
378 with raises(DocoptLanguageError):
379 docopt('Usage: prog [a [b] ] c )')
380
381
382def test_allow_double_dash():

Callers

nothing calls this directly

Calls 1

docoptFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…