Lines Matching refs:doctoc
21 # doctoc markup
23 # We are checking that the various forms of doctoc markup, as can be
24 # generated by doctools::toc(::format::doctoc) are valid input to the
25 # doctoc parser.
35 TestFilesProcess $mytestdir ok doctoc$section serial-print -> n label input data expected {
36 …test doctools-toc-import-plugin-doctoc-20.$k.$n "doctools::toc::import text /doctoc, $label$sectio…
41 doctools::toc::structure print [I import text $data doctoc]
47 TestFilesProcess $mytestdir ok doctoc$section serial-print -> n label input data expected {
48 …test doctools-toc-import-plugin-doctoc-21.$k.$n "doctools::toc::import file /doctoc, $label$sectio…
53 doctools::toc::structure print [I import file $input doctoc]
63 TestFilesProcess $mytestdir fail doctoc emsg -> n label input data expected {
64 …test doctools-toc-import-plugin-doctoc-22.$n "doctools::toc::import text /doctoc, $label, error me…
69 I import text $data doctoc
75 TestFilesProcess $mytestdir fail doctoc ecode -> n label input data expected {
76 …test doctools-toc-import-plugin-doctoc-23.$n "doctools::toc::import text /doctoc, $label, error co…
82 catch { I import text $data doctoc }
89 TestFilesProcess $mytestdir fail doctoc emsg -> n label input data expected {
90 …test doctools-toc-import-plugin-doctoc-24.$n "doctools::toc::import file /doctoc, $label, error me…
95 I import file $input doctoc
101 TestFilesProcess $mytestdir fail doctoc ecode -> n label input data expected {
102 …test doctools-toc-import-plugin-doctoc-25.$n "doctools::toc::import file /doctoc, $label, error co…
108 catch { I import file $input doctoc }