├── .gitattributes ├── .gitignore ├── AUTHORS ├── COPYING ├── ChangeLog ├── Doxyfile ├── Doxygen.sed ├── Makefile.am ├── NEWS ├── README.md ├── bootstrap ├── configure.ac ├── lib ├── .gitignore ├── Makefile.am ├── _Noreturn.h ├── alloca.in.h ├── arg-nonnull.h ├── assert.in.h ├── attribute.h ├── btoc32.c ├── btowc.c ├── c++defs.h ├── c32_apply_type_test.c ├── c32_get_type_test.c ├── c32is-impl.h ├── c32isalnum.c ├── c32isalpha.c ├── c32isblank.c ├── c32iscntrl.c ├── c32isdigit.c ├── c32isgraph.c ├── c32islower.c ├── c32isprint.c ├── c32ispunct.c ├── c32isspace.c ├── c32isupper.c ├── c32isxdigit.c ├── c32to-impl.h ├── c32tolower.c ├── cdefs.h ├── ctype.in.h ├── errno.in.h ├── fcntl.in.h ├── flexmember.h ├── fnmatch.c ├── fnmatch.in.h ├── fnmatch_loop.c ├── getopt-cdefs.in.h ├── getopt-core.h ├── getopt-ext.h ├── getopt-pfx-core.h ├── getopt-pfx-ext.h ├── getopt.c ├── getopt.in.h ├── getopt1.c ├── getopt_int.h ├── gettext.h ├── hard-locale.c ├── hard-locale.h ├── idx.h ├── intprops-internal.h ├── intprops.h ├── inttypes.h ├── inttypes.in.h ├── isblank.c ├── iswblank.c ├── iswctype-impl.h ├── iswctype.c ├── iswdigit.c ├── iswpunct.c ├── iswxdigit.c ├── lc-charset-dispatch.c ├── lc-charset-dispatch.h ├── libc-config.h ├── limits.in.h ├── localcharset.c ├── localcharset.h ├── locale.in.h ├── malloc.c ├── mbrtoc32.c ├── mbrtowc-impl-utf8.h ├── mbrtowc-impl.h ├── mbrtowc.c ├── mbsinit.c ├── mbsrtoc32s-state.c ├── mbsrtoc32s.c ├── mbsrtowcs-impl.h ├── mbsrtowcs-state.c ├── mbsrtowcs.c ├── mbszero.c ├── mbtowc-impl.h ├── mbtowc-lock.c ├── mbtowc-lock.h ├── mbtowc.c ├── memchr.c ├── memchr.valgrind ├── mempcpy.c ├── setlocale-lock.c ├── setlocale_null-unlocked.c ├── setlocale_null.c ├── setlocale_null.h ├── stdckdint.in.h ├── stddef.in.h ├── stdint.in.h ├── stdlib.c ├── stdlib.in.h ├── strdup.c ├── streq.h ├── strerror-override.c ├── strerror-override.h ├── strerror.c ├── string.c ├── string.in.h ├── strndup.c ├── strnlen.c ├── strnlen1.c ├── strnlen1.h ├── sys_types.in.h ├── sysexits.in.h ├── uchar.in.h ├── unicase.in.h ├── unicase │ ├── simple-mapping.h │ ├── tolower.c │ └── tolower.h ├── unictype.in.h ├── unictype │ ├── bitmap.h │ ├── ctype_alnum.c │ ├── ctype_alnum.h │ ├── ctype_alpha.c │ ├── ctype_alpha.h │ ├── ctype_blank.c │ ├── ctype_blank.h │ ├── ctype_cntrl.c │ ├── ctype_cntrl.h │ ├── ctype_digit.c │ ├── ctype_digit.h │ ├── ctype_graph.c │ ├── ctype_graph.h │ ├── ctype_lower.c │ ├── ctype_lower.h │ ├── ctype_print.c │ ├── ctype_print.h │ ├── ctype_punct.c │ ├── ctype_punct.h │ ├── ctype_space.c │ ├── ctype_space.h │ ├── ctype_upper.c │ ├── ctype_upper.h │ ├── ctype_xdigit.c │ └── ctype_xdigit.h ├── uninorm.in.h ├── unistd.c ├── unistd.in.h ├── unistr.in.h ├── unistr │ ├── u-cpy.h │ ├── u-pcpy.h │ ├── u-strcat.h │ ├── u-strlen.h │ ├── u32-chr.c │ ├── u32-cpy.c │ ├── u32-pcpy.c │ ├── u32-strcat.c │ └── u32-strlen.c ├── unitypes.in.h ├── verify.h ├── warn-on-use.h ├── wchar.in.h ├── wctype-h.c ├── wctype-impl.h ├── wctype.c ├── wctype.in.h ├── windows-initguard.h ├── wmemchr-impl.h ├── wmemchr.c └── wmempcpy.c ├── m4 ├── 00gnulib.m4 ├── __inline.m4 ├── absolute-header.m4 ├── alloca.m4 ├── assert_h.m4 ├── ax_append_flag.m4 ├── ax_c___attribute__.m4 ├── ax_cflags_warn_all.m4 ├── ax_check_compile_flag.m4 ├── ax_check_typedef.m4 ├── ax_compiler_vendor.m4 ├── ax_prepend_flag.m4 ├── ax_require_defined.m4 ├── btowc.m4 ├── build-to-host.m4 ├── builtin-expect.m4 ├── c-bool.m4 ├── c32rtomb.m4 ├── codeset.m4 ├── ctype_h.m4 ├── errno_h.m4 ├── extensions-aix.m4 ├── extensions.m4 ├── extern-inline.m4 ├── fcntl-o.m4 ├── fcntl_h.m4 ├── flexmember.m4 ├── fnmatch.m4 ├── fnmatch_h.m4 ├── getopt.m4 ├── gettext_h.m4 ├── gnulib-cache.m4 ├── gnulib-common.m4 ├── gnulib-comp.m4 ├── gnulib-i18n.m4 ├── gnulib-tool.m4 ├── include_next.m4 ├── inline.m4 ├── inttypes.m4 ├── isblank.m4 ├── iswblank.m4 ├── iswctype.m4 ├── iswdigit.m4 ├── iswpunct.m4 ├── iswxdigit.m4 ├── libunistring-base.m4 ├── limits-h.m4 ├── localcharset.m4 ├── locale-en.m4 ├── locale-fr.m4 ├── locale-ja.m4 ├── locale-zh.m4 ├── locale_h.m4 ├── malloc.m4 ├── mbrtoc32.m4 ├── mbrtowc.m4 ├── mbsinit.m4 ├── mbsrtowcs.m4 ├── mbstate_t.m4 ├── mbtowc.m4 ├── memchr.m4 ├── mempcpy.m4 ├── mmap-anon.m4 ├── multiarch.m4 ├── musl.m4 ├── nocrash.m4 ├── off64_t.m4 ├── off_t.m4 ├── pid_t.m4 ├── pjl_check_compile_flag.m4 ├── pjl_check_typedef.m4 ├── pjl_compile.m4 ├── setlocale_null.m4 ├── ssize_t.m4 ├── std-gnu11.m4 ├── stdckdint_h.m4 ├── stddef_h.m4 ├── stdint.m4 ├── stdlib_h.m4 ├── strdup.m4 ├── strerror.m4 ├── string_h.m4 ├── stringeq.m4 ├── strndup.m4 ├── strnlen.m4 ├── sys_cdefs_h.m4 ├── sys_socket_h.m4 ├── sys_types_h.m4 ├── sysexits.m4 ├── threadlib.m4 ├── uchar_h.m4 ├── unicase_h.m4 ├── unictype_h.m4 ├── uninorm_h.m4 ├── unistd_h.m4 ├── unitypes_h.m4 ├── vararrays.m4 ├── visibility.m4 ├── warn-on-use.m4 ├── wchar_h.m4 ├── wctype.m4 ├── wctype_h.m4 ├── wint_t.m4 ├── wmemchr.m4 ├── wmempcpy.m4 └── zzgnulib.m4 ├── makedoc.sh ├── man ├── Makefile.am ├── man1 │ ├── Makefile.am │ ├── wrap.1 │ └── wrapc.1 └── man5 │ ├── Makefile.am │ └── wraprc.5 ├── src ├── .gitignore ├── Makefile.am ├── alias.c ├── alias.h ├── align.c ├── cc_map.c ├── cc_map.h ├── common.c ├── common.h ├── doxygen.c ├── doxygen.h ├── markdown.c ├── markdown.h ├── options.c ├── options.h ├── pattern.c ├── pattern.h ├── pjl_config.h ├── read_conf.c ├── read_conf.h ├── regex_test.c ├── type_traits.h ├── unicode.c ├── unicode.h ├── util.c ├── util.h ├── wrap.c ├── wrapc.c ├── wregex.c └── wregex.h ├── test ├── .gitattributes ├── .gitignore ├── Makefile.am ├── data │ ├── alias-dup.wraprc │ ├── alias-no_equal.wraprc │ ├── alias-options_exp.wraprc │ ├── alias-unclosed_quote.wraprc │ ├── alias-unexp_char.wraprc │ ├── config.wraprc │ ├── data-01.1 │ ├── data-01.crlf │ ├── data-01.doxy │ ├── data-01.txt │ ├── data-01a.txt │ ├── data-02.doxy │ ├── data-02.txt │ ├── hello.c.crlf │ ├── hello.d │ ├── hello_00.adb │ ├── hello_00.c │ ├── hello_00.cpp │ ├── hello_00.hs │ ├── hello_00.jl │ ├── hello_00.pas │ ├── hello_00.sim │ ├── hello_01.adb │ ├── hello_01.c │ ├── hello_01.cbl │ ├── hello_01.cpp │ ├── hello_01.f90 │ ├── hello_01.fs │ ├── hello_01.hs │ ├── hello_01.jl │ ├── hello_01.pas │ ├── hello_01.sh │ ├── hello_01.sim │ ├── hello_02.adb │ ├── hello_02.c │ ├── hello_02.cbl │ ├── hello_02.f90 │ ├── hello_02.hs │ ├── hello_02.jl │ ├── hello_02.pas │ ├── hello_02.sh │ ├── hello_02.sim │ ├── hello_03.c │ ├── hello_03.cbl │ ├── hello_03.f90 │ ├── hello_03.jl │ ├── hello_03.pas │ ├── hello_03.sim │ ├── hello_04.c │ ├── hello_04.cbl │ ├── hello_04.f90 │ ├── hello_04.fs │ ├── hello_04.sim │ ├── hello_05.c │ ├── hello_05.cbl │ ├── hello_05.sim │ ├── hello_06.c │ ├── hello_06.cbl │ ├── hello_06.sim │ ├── hello_07.c │ ├── hello_07.cbl │ ├── hello_08.cbl │ ├── hyphen-01.txt │ ├── hyphen-02.txt │ ├── hyphen-03.txt │ ├── hyphen-04.txt │ ├── hyphen-05.txt │ ├── hyphen-06.txt │ ├── hyphen-07.txt │ ├── hyphen-08.txt │ ├── hyphen-U+00AD-01.txt │ ├── hyphen-U+2010-01.txt │ ├── long_line-01.txt │ ├── long_line-02.txt │ ├── long_line-03.txt │ ├── md-Setext-01.c │ ├── md-Setext-01.md │ ├── md-Setext-02.c │ ├── md-Setext-02.md │ ├── md-Setext-03.c │ ├── md-Setext-03.md │ ├── md-Setext-04.c │ ├── md-Setext-04.md │ ├── md-Setext-05.c │ ├── md-Setext-05.md │ ├── md-abbr-01.c │ ├── md-abbr-01.md │ ├── md-abbr-02.c │ ├── md-abbr-02.md │ ├── md-abbr-03.c │ ├── md-abbr-03.md │ ├── md-abbr-04.c │ ├── md-abbr-04.md │ ├── md-abbr-05.c │ ├── md-abbr-05.md │ ├── md-atx-01.c │ ├── md-atx-01.md │ ├── md-atx-02.c │ ├── md-atx-02.md │ ├── md-atx-03.c │ ├── md-atx-03.md │ ├── md-atx-04.c │ ├── md-atx-04.md │ ├── md-code-01.c │ ├── md-code-01.md │ ├── md-code-02.c │ ├── md-code-02.md │ ├── md-code-03.c │ ├── md-code-fence-01a.c │ ├── md-code-fence-01a.md │ ├── md-code-fence-01b.c │ ├── md-code-fence-01b.md │ ├── md-code-fence-01c.c │ ├── md-code-fence-01c.md │ ├── md-code-fence-02a.md │ ├── md-code-fence-02b.md │ ├── md-code-fence-02c.md │ ├── md-code-fence-03a.md │ ├── md-code-fence-03b.md │ ├── md-code-fence-03c.md │ ├── md-dl-01s.md │ ├── md-dl-01s.xq │ ├── md-dl-02s.md │ ├── md-dl-02s.xq │ ├── md-dl-03s.md │ ├── md-dl-03s.xq │ ├── md-dl-04s.md │ ├── md-footnote-01.c │ ├── md-footnote-01.md │ ├── md-footnote-02.c │ ├── md-footnote-02.md │ ├── md-hr-01a.c │ ├── md-hr-01a.md │ ├── md-hr-01b.c │ ├── md-hr-01b.md │ ├── md-hr-01c.md │ ├── md-hr-02a.c │ ├── md-hr-02a.md │ ├── md-hr-02b.md │ ├── md-hr-02c.md │ ├── md-hr-03a.md │ ├── md-hr-03b.md │ ├── md-hr-03c.md │ ├── md-html-01.c │ ├── md-html-01.md │ ├── md-html-01a.md │ ├── md-html-02.c │ ├── md-html-02.md │ ├── md-html-02a.md │ ├── md-html-03.c │ ├── md-html-03.md │ ├── md-html-03a.md │ ├── md-html-04.c │ ├── md-html-04.md │ ├── md-html-04a.md │ ├── md-html-05.c │ ├── md-html-05.md │ ├── md-html-06.md │ ├── md-html-07.md │ ├── md-html-08.md │ ├── md-html-09.md │ ├── md-html-CDATA-01a.md │ ├── md-html-CDATA-01b.md │ ├── md-html-CDATA-01c.md │ ├── md-html-DOCTYPE-01a.md │ ├── md-html-DOCTYPE-01b.md │ ├── md-html-DOCTYPE-01c.md │ ├── md-html-PI-01a.md │ ├── md-html-PI-01b.md │ ├── md-html-PI-01c.md │ ├── md-html-comment-01a.md │ ├── md-html-comment-01b.md │ ├── md-html-comment-01c.md │ ├── md-html-pre-01.md │ ├── md-html-script-01.md │ ├── md-html-style-01.md │ ├── md-html-style-02.md │ ├── md-link-01a.md │ ├── md-link-01b.md │ ├── md-link-01c.md │ ├── md-link-01d.md │ ├── md-link-02a.md │ ├── md-link-02b.md │ ├── md-link-02c.md │ ├── md-link-02d.md │ ├── md-link-03a.md │ ├── md-link-03b.md │ ├── md-link-03c.md │ ├── md-link-03d.md │ ├── md-link-04a.md │ ├── md-link-04b.md │ ├── md-link-04c.md │ ├── md-link-04d.md │ ├── md-link-05a.md │ ├── md-link-05b.md │ ├── md-link-05c.md │ ├── md-link-05d.md │ ├── md-nested-01s.c │ ├── md-nested-01s.md │ ├── md-nested-02s.c │ ├── md-nested-02s.md │ ├── md-ol-01s.c │ ├── md-ol-01s.md │ ├── md-ol-02s.c │ ├── md-ol-02s.md │ ├── md-ol-03s.c │ ├── md-ol-03s.md │ ├── md-ol-04s.c │ ├── md-ol-04s.md │ ├── md-ol-05s.c │ ├── md-ol-06s.c │ ├── md-ol-06s.md │ ├── md-ol-07s.md │ ├── md-ol-08s.md │ ├── md-ol-09s.md │ ├── md-ol-11s.c │ ├── md-ol-11s.md │ ├── md-ol-12s.md │ ├── md-ol-ol-01s.md │ ├── md-ol-ol-02s.md │ ├── md-ol-ol-03s.md │ ├── md-table-01.c │ ├── md-table-01.md │ ├── md-table-02.c │ ├── md-table-02.md │ ├── md-table-03.c │ ├── md-table-03.md │ ├── md-table-04.c │ ├── md-table-04.md │ ├── md-table-05.c │ ├── md-table-05.md │ ├── md-table-06.c │ ├── md-table-06.md │ ├── md-ul-01.c │ ├── md-ul-01sa.md │ ├── md-ul-01sb.md │ ├── md-ul-01sc.md │ ├── md-ul-02.c │ ├── md-ul-02sa.md │ ├── md-ul-02sb.md │ ├── md-ul-02sc.md │ ├── md-ul-03.c │ ├── md-ul-03sa.md │ ├── md-ul-03sb.md │ ├── md-ul-03sc.md │ ├── md-ul-04.c │ ├── md-ul-04sa.md │ ├── md-ul-05.c │ ├── md-ul-06.c │ ├── no_section.wraprc │ ├── pattern-alias_exp.wraprc │ ├── pattern-no_alias.wraprc │ ├── pattern-no_equal.wraprc │ ├── pattern-unexp_char.wraprc │ ├── regex-http-01.txt │ ├── regex-http-02.txt │ ├── test_08.c │ ├── utf8-01.txt │ ├── wrap-L.wraprc │ ├── wrap-P-01.txt │ ├── wrap-P-02.txt │ ├── wrap-P-03.txt │ ├── wrap-P-04.txt │ ├── wrap-b.txt │ ├── wrapc-01.cpp │ ├── wrapc-02.cpp │ ├── wrapc-A-01a.c │ ├── wrapc-A-01b.c │ ├── wrapc-A-02a.c │ ├── wrapc-A-02b.c │ ├── wrapc-A-03a.c │ ├── wrapc-A-03b.c │ ├── wrapc-A-04a.c │ ├── wrapc-A-04b.c │ ├── wrapc-A-05a.c │ ├── wrapc-A-05b.c │ ├── wrapc-A-06.c │ ├── wrapc-A-07.c │ ├── wrapc-A-08a.c │ ├── wrapc-A-08b.pas │ ├── wrapc-A-08c.c │ ├── wrapc-A-09a.c │ ├── wrapc-A-10.c │ ├── wrapc-A-11.c │ ├── wrapc-A-12.c │ ├── wrapc-A-13.c │ ├── wrapc-A-14.c │ ├── wrapc-A-14s.c │ ├── wrapc-A-15.c │ ├── wrapc-A-16.c │ ├── wrapc-A-17.c │ ├── wrapc-A-18.c │ ├── wrapc-A-19.pas │ ├── wrapc-D-01.txt │ ├── wrapc-b.txt │ ├── wrapc-block-01.txt │ ├── wrapc-block-02.txt │ ├── wrapc-block-03.txt │ ├── wrapc-box-01.c │ ├── wrapc-box-01.pas │ ├── wrapc-box-01.sh │ ├── wrapc-box-02.c │ ├── wrapc-box-02.pas │ ├── wrapc-box-02.sh │ ├── wrapc-box-03.c │ ├── wrapc-box-03.pas │ ├── wrapc-box-03.sh │ ├── wrapc-box-04.c │ ├── wrapc-box-04.pas │ ├── wrapc-box-04.sh │ ├── wrapc-box-05.c │ ├── wrapc-box-05.pas │ ├── wrapc-box-05.sh │ ├── wrapc-box-06.sh │ ├── wrapc-box-07.c │ ├── wrapc-box-07.sh │ ├── wrapc-noncomment-01.txt │ ├── wrapc-noncomment-02.txt │ ├── wrapc-single_line-01.txt │ ├── wrapc-trailing-ws-01.txt │ ├── wrapc-x-01.c │ ├── wrapc-x-02.c │ ├── wrapc-x-03.c │ ├── xquery_01.xq │ ├── xquery_02.xq │ ├── xquery_03.xq │ ├── xquery_04.xq │ ├── xquery_05.xq │ ├── xquery_06.xq │ └── xquery_07.xq ├── expected │ ├── crlf-01.crlf │ ├── crlf-ld-01.crlf │ ├── crlf-li-01.crlf │ ├── crlf-lw-01.crlf │ ├── utf8-w77.txt │ ├── utf8-w78.txt │ ├── utf8-w79.txt │ ├── utf8-w80.txt │ ├── wrap--Markdown-Setext-01.txt │ ├── wrap--Markdown-Setext-02.txt │ ├── wrap--Markdown-Setext-03.txt │ ├── wrap--Markdown-Setext-04.txt │ ├── wrap--Markdown-Setext-05.txt │ ├── wrap--Markdown-abbr-01.txt │ ├── wrap--Markdown-abbr-02.txt │ ├── wrap--Markdown-abbr-03.txt │ ├── wrap--Markdown-abbr-04.txt │ ├── wrap--Markdown-abbr-05.txt │ ├── wrap--Markdown-atx-01.txt │ ├── wrap--Markdown-atx-02.txt │ ├── wrap--Markdown-atx-03.txt │ ├── wrap--Markdown-atx-04.txt │ ├── wrap--Markdown-code-01.txt │ ├── wrap--Markdown-code-02.txt │ ├── wrap--Markdown-dl-01s.txt │ ├── wrap--Markdown-dl-02s.txt │ ├── wrap--Markdown-dl-03s.txt │ ├── wrap--Markdown-dl-04s.txt │ ├── wrap--Markdown-fence-01a.txt │ ├── wrap--Markdown-fence-01b.txt │ ├── wrap--Markdown-fence-01c.txt │ ├── wrap--Markdown-fence-02a.txt │ ├── wrap--Markdown-fence-02b.txt │ ├── wrap--Markdown-fence-02c.txt │ ├── wrap--Markdown-fence-03a.txt │ ├── wrap--Markdown-fence-03b.txt │ ├── wrap--Markdown-fence-03c.txt │ ├── wrap--Markdown-footnote-01.txt │ ├── wrap--Markdown-footnote-02.txt │ ├── wrap--Markdown-hr-01a.txt │ ├── wrap--Markdown-hr-01b.txt │ ├── wrap--Markdown-hr-01c.txt │ ├── wrap--Markdown-hr-02a.txt │ ├── wrap--Markdown-hr-02b.txt │ ├── wrap--Markdown-hr-02c.txt │ ├── wrap--Markdown-hr-03a.txt │ ├── wrap--Markdown-hr-03b.txt │ ├── wrap--Markdown-hr-03c.txt │ ├── wrap--Markdown-html-01.txt │ ├── wrap--Markdown-html-01a.txt │ ├── wrap--Markdown-html-02.txt │ ├── wrap--Markdown-html-02a.txt │ ├── wrap--Markdown-html-03.txt │ ├── wrap--Markdown-html-03a.txt │ ├── wrap--Markdown-html-04.txt │ ├── wrap--Markdown-html-04a.txt │ ├── wrap--Markdown-html-05.txt │ ├── wrap--Markdown-html-06.txt │ ├── wrap--Markdown-html-07.txt │ ├── wrap--Markdown-html-08.txt │ ├── wrap--Markdown-html-09.txt │ ├── wrap--Markdown-html-CDATA-01a.txt │ ├── wrap--Markdown-html-CDATA-01b.txt │ ├── wrap--Markdown-html-CDATA-01c.txt │ ├── wrap--Markdown-html-DOCTYPE-01a.txt │ ├── wrap--Markdown-html-DOCTYPE-01b.txt │ ├── wrap--Markdown-html-DOCTYPE-01c.txt │ ├── wrap--Markdown-html-PI-01a.txt │ ├── wrap--Markdown-html-PI-01b.txt │ ├── wrap--Markdown-html-PI-01c.txt │ ├── wrap--Markdown-html-comment-01a.txt │ ├── wrap--Markdown-html-comment-01b.txt │ ├── wrap--Markdown-html-comment-01c.txt │ ├── wrap--Markdown-html-pre-01.txt │ ├── wrap--Markdown-html-script-01.txt │ ├── wrap--Markdown-html-style-01.txt │ ├── wrap--Markdown-html-style-02.txt │ ├── wrap--Markdown-link-01a.txt │ ├── wrap--Markdown-link-01b.txt │ ├── wrap--Markdown-link-01c.txt │ ├── wrap--Markdown-link-01d.txt │ ├── wrap--Markdown-link-02a.txt │ ├── wrap--Markdown-link-02b.txt │ ├── wrap--Markdown-link-02c.txt │ ├── wrap--Markdown-link-02d.txt │ ├── wrap--Markdown-link-03a.txt │ ├── wrap--Markdown-link-03b.txt │ ├── wrap--Markdown-link-03c.txt │ ├── wrap--Markdown-link-03d.txt │ ├── wrap--Markdown-link-04a.txt │ ├── wrap--Markdown-link-04b.txt │ ├── wrap--Markdown-link-04c.txt │ ├── wrap--Markdown-link-04d.txt │ ├── wrap--Markdown-link-05a.txt │ ├── wrap--Markdown-link-05b.txt │ ├── wrap--Markdown-link-05c.txt │ ├── wrap--Markdown-link-05d.txt │ ├── wrap--Markdown-nested-01s.txt │ ├── wrap--Markdown-nested-02s.txt │ ├── wrap--Markdown-ol-01s.txt │ ├── wrap--Markdown-ol-02s.txt │ ├── wrap--Markdown-ol-03s.txt │ ├── wrap--Markdown-ol-04s.txt │ ├── wrap--Markdown-ol-06s.txt │ ├── wrap--Markdown-ol-07s.txt │ ├── wrap--Markdown-ol-08s.txt │ ├── wrap--Markdown-ol-09s.txt │ ├── wrap--Markdown-ol-11s.txt │ ├── wrap--Markdown-ol-12s.txt │ ├── wrap--Markdown-ol-ol-01s.txt │ ├── wrap--Markdown-ol-ol-02s.txt │ ├── wrap--Markdown-ol-ol-03s.txt │ ├── wrap--Markdown-table-01.txt │ ├── wrap--Markdown-table-02.txt │ ├── wrap--Markdown-table-03.txt │ ├── wrap--Markdown-table-04.txt │ ├── wrap--Markdown-table-05.txt │ ├── wrap--Markdown-table-06.txt │ ├── wrap--Markdown-ul-01sa.txt │ ├── wrap--Markdown-ul-01sb.txt │ ├── wrap--Markdown-ul-01sc.txt │ ├── wrap--Markdown-ul-02sa.txt │ ├── wrap--Markdown-ul-02sb.txt │ ├── wrap--Markdown-ul-02sc.txt │ ├── wrap--Markdown-ul-03sa.txt │ ├── wrap--Markdown-ul-03sb.txt │ ├── wrap--Markdown-ul-03sc.txt │ ├── wrap--Markdown-ul-04sa.txt │ ├── wrap--hyphen-01.txt │ ├── wrap--hyphen-02.txt │ ├── wrap--hyphen-03.txt │ ├── wrap--hyphen-04.txt │ ├── wrap--hyphen-05.txt │ ├── wrap--hyphen-06.txt │ ├── wrap--hyphen-07.txt │ ├── wrap--hyphen-08.txt │ ├── wrap--hyphen-U+00AD-01.txt │ ├── wrap--hyphen-U+2010-01.txt │ ├── wrap--long_line-01.txt │ ├── wrap--long_line-02.txt │ ├── wrap--long_line-03.txt │ ├── wrap--long_line-04.txt │ ├── wrap--no_options.txt │ ├── wrap--regex-http-01.txt │ ├── wrap--regex-http-02.txt │ ├── wrap-E1.txt │ ├── wrap-H3-t1-T.txt │ ├── wrap-H3.txt │ ├── wrap-I2-W.txt │ ├── wrap-I2-m1.txt │ ├── wrap-I2-w72.txt │ ├── wrap-L-01.txt │ ├── wrap-P-01.txt │ ├── wrap-P-02.txt │ ├── wrap-P-03.txt │ ├── wrap-P-04.txt │ ├── wrap-a.txt │ ├── wrap-b-h1.txt │ ├── wrap-b-t1.txt │ ├── wrap-b.txt │ ├── wrap-d.txt │ ├── wrap-dep.txt │ ├── wrap-h1-I5.txt │ ├── wrap-i2.txt │ ├── wrap-li-01.txt │ ├── wrap-lu-01.txt │ ├── wrap-lu-02.txt │ ├── wrap-n.txt │ ├── wrap-t1.txt │ ├── wrap-y-01.txt │ ├── wrap-y-02.txt │ ├── wrapc--Ada-00.txt │ ├── wrapc--Ada-01.txt │ ├── wrapc--Ada-02.txt │ ├── wrapc--Bash-01.txt │ ├── wrapc--Bash-02.txt │ ├── wrapc--C++-00.txt │ ├── wrapc--C++-01.txt │ ├── wrapc--C-00.txt │ ├── wrapc--C-01.txt │ ├── wrapc--C-02.txt │ ├── wrapc--C-03.txt │ ├── wrapc--C-04.txt │ ├── wrapc--C-05.txt │ ├── wrapc--C-06.txt │ ├── wrapc--C-07.txt │ ├── wrapc--C-08.txt │ ├── wrapc--COBOL-01.txt │ ├── wrapc--COBOL-02.txt │ ├── wrapc--COBOL-03.txt │ ├── wrapc--COBOL-04.txt │ ├── wrapc--COBOL-05.txt │ ├── wrapc--COBOL-06.txt │ ├── wrapc--COBOL-07.txt │ ├── wrapc--COBOL-08.txt │ ├── wrapc--D-01.txt │ ├── wrapc--Forth-01.txt │ ├── wrapc--Forth-04.txt │ ├── wrapc--Fortran-01.txt │ ├── wrapc--Fortran-02.txt │ ├── wrapc--Fortran-03.txt │ ├── wrapc--Fortran-04.txt │ ├── wrapc--Haskell-00.txt │ ├── wrapc--Haskell-01.txt │ ├── wrapc--Haskell-02.txt │ ├── wrapc--Julia-00.txt │ ├── wrapc--Julia-01.txt │ ├── wrapc--Julia-02.txt │ ├── wrapc--Julia-03.txt │ ├── wrapc--Markdown-Setext-01.txt │ ├── wrapc--Markdown-Setext-02.txt │ ├── wrapc--Markdown-Setext-03.txt │ ├── wrapc--Markdown-Setext-04.txt │ ├── wrapc--Markdown-Setext-05.txt │ ├── wrapc--Markdown-abbr-01.txt │ ├── wrapc--Markdown-abbr-02.txt │ ├── wrapc--Markdown-abbr-03.txt │ ├── wrapc--Markdown-abbr-04.txt │ ├── wrapc--Markdown-abbr-05.txt │ ├── wrapc--Markdown-atx-01.txt │ ├── wrapc--Markdown-atx-02.txt │ ├── wrapc--Markdown-atx-03.txt │ ├── wrapc--Markdown-atx-04.txt │ ├── wrapc--Markdown-code-01.txt │ ├── wrapc--Markdown-code-02.txt │ ├── wrapc--Markdown-code-03.txt │ ├── wrapc--Markdown-dl-01s.txt │ ├── wrapc--Markdown-dl-02s.txt │ ├── wrapc--Markdown-dl-03s.txt │ ├── wrapc--Markdown-fence-01a.txt │ ├── wrapc--Markdown-fence-01b.txt │ ├── wrapc--Markdown-fence-01c.txt │ ├── wrapc--Markdown-footnote-01.txt │ ├── wrapc--Markdown-footnote-02.txt │ ├── wrapc--Markdown-hr-01a.txt │ ├── wrapc--Markdown-hr-01b.txt │ ├── wrapc--Markdown-html-01.txt │ ├── wrapc--Markdown-html-02.txt │ ├── wrapc--Markdown-html-03.txt │ ├── wrapc--Markdown-html-04.txt │ ├── wrapc--Markdown-html-05.txt │ ├── wrapc--Markdown-nested-01s.txt │ ├── wrapc--Markdown-nested-02s.txt │ ├── wrapc--Markdown-ol-01s.txt │ ├── wrapc--Markdown-ol-02s.txt │ ├── wrapc--Markdown-ol-03s.txt │ ├── wrapc--Markdown-ol-04s.txt │ ├── wrapc--Markdown-ol-05s.txt │ ├── wrapc--Markdown-ol-06s.txt │ ├── wrapc--Markdown-ol-11s.txt │ ├── wrapc--Markdown-table-01.txt │ ├── wrapc--Markdown-table-02.txt │ ├── wrapc--Markdown-table-03.txt │ ├── wrapc--Markdown-table-04.txt │ ├── wrapc--Markdown-table-05.txt │ ├── wrapc--Markdown-table-06.txt │ ├── wrapc--Markdown-ul-01.txt │ ├── wrapc--Markdown-ul-02.txt │ ├── wrapc--Markdown-ul-03.txt │ ├── wrapc--Markdown-ul-04.txt │ ├── wrapc--Markdown-ul-05.txt │ ├── wrapc--Markdown-ul-06.txt │ ├── wrapc--Pascal-00.txt │ ├── wrapc--Pascal-01.txt │ ├── wrapc--Pascal-02.txt │ ├── wrapc--Pascal-03.txt │ ├── wrapc--Simula-00.txt │ ├── wrapc--Simula-01.txt │ ├── wrapc--Simula-02.txt │ ├── wrapc--Simula-03.txt │ ├── wrapc--Simula-04.txt │ ├── wrapc--Simula-05.txt │ ├── wrapc--Simula-06.txt │ ├── wrapc--XQuery-01.txt │ ├── wrapc--XQuery-02.txt │ ├── wrapc--XQuery-03.txt │ ├── wrapc--XQuery-04.txt │ ├── wrapc--XQuery-05.txt │ ├── wrapc--XQuery-06.txt │ ├── wrapc--XQuery-07.txt │ ├── wrapc--block-01.txt │ ├── wrapc--block-02.txt │ ├── wrapc--block-03.txt │ ├── wrapc--box-double-01.txt │ ├── wrapc--box-double-02.txt │ ├── wrapc--box-double-03.txt │ ├── wrapc--box-double-04.txt │ ├── wrapc--box-double-05.txt │ ├── wrapc--box-double-07.txt │ ├── wrapc--box-eol-01.txt │ ├── wrapc--box-eol-02.txt │ ├── wrapc--box-eol-03.txt │ ├── wrapc--box-eol-04.txt │ ├── wrapc--box-eol-05.txt │ ├── wrapc--box-eol-06.txt │ ├── wrapc--box-eol-07.txt │ ├── wrapc--box-single-01.txt │ ├── wrapc--box-single-02.txt │ ├── wrapc--box-single-03.txt │ ├── wrapc--box-single-04.txt │ ├── wrapc--box-single-05.txt │ ├── wrapc--crlf-01.crlf │ ├── wrapc--noncomment-01.txt │ ├── wrapc--noncomment-02.txt │ ├── wrapc--single_line-01.txt │ ├── wrapc--trailing-ws-01.txt │ ├── wrapc-01.txt │ ├── wrapc-02.txt │ ├── wrapc-A-01a.txt │ ├── wrapc-A-01b.txt │ ├── wrapc-A-02a.txt │ ├── wrapc-A-02b.txt │ ├── wrapc-A-03a.txt │ ├── wrapc-A-03b.txt │ ├── wrapc-A-04a.txt │ ├── wrapc-A-04b.txt │ ├── wrapc-A-05a.txt │ ├── wrapc-A-05b.txt │ ├── wrapc-A-06.txt │ ├── wrapc-A-07.txt │ ├── wrapc-A-08a.txt │ ├── wrapc-A-08b.txt │ ├── wrapc-A-08c.txt │ ├── wrapc-A-09a.txt │ ├── wrapc-A-10.txt │ ├── wrapc-A-11.txt │ ├── wrapc-A-12.txt │ ├── wrapc-A-13.txt │ ├── wrapc-A-14.txt │ ├── wrapc-A-14s.txt │ ├── wrapc-A-15.txt │ ├── wrapc-A-16.txt │ ├── wrapc-A-17.txt │ ├── wrapc-A-18.txt │ ├── wrapc-A-19.txt │ ├── wrapc-D-01.txt │ ├── wrapc-b.txt │ ├── wrapc-ux-01.txt │ ├── wrapc-ux-02.txt │ ├── wrapc-x-01.txt │ ├── wrapc-x-02.txt │ └── wrapc-x-03.txt ├── run_test.sh └── tests │ ├── .gitignore │ ├── README.md │ ├── crlf-01.test │ ├── crlf-ld-01.test │ ├── crlf-li-01.test │ ├── crlf-lw-01.test │ ├── e-mail.regex │ ├── file.regex │ ├── ftp.regex │ ├── http.regex │ ├── utf8-w77.test │ ├── utf8-w78.test │ ├── utf8-w79.test │ ├── utf8-w80.test │ ├── wrap--Markdown-Setext-01.test │ ├── wrap--Markdown-Setext-02.test │ ├── wrap--Markdown-Setext-03.test │ ├── wrap--Markdown-Setext-04.test │ ├── wrap--Markdown-Setext-05.test │ ├── wrap--Markdown-abbr-01.test │ ├── wrap--Markdown-abbr-02.test │ ├── wrap--Markdown-abbr-03.test │ ├── wrap--Markdown-abbr-04.test │ ├── wrap--Markdown-abbr-05.test │ ├── wrap--Markdown-atx-01.test │ ├── wrap--Markdown-atx-02.test │ ├── wrap--Markdown-atx-03.test │ ├── wrap--Markdown-atx-04.test │ ├── wrap--Markdown-code-01.test │ ├── wrap--Markdown-code-02.test │ ├── wrap--Markdown-dl-01s.test │ ├── wrap--Markdown-dl-02s.test │ ├── wrap--Markdown-dl-03s.test │ ├── wrap--Markdown-fence-01a.test │ ├── wrap--Markdown-fence-01b.test │ ├── wrap--Markdown-fence-01c.test │ ├── wrap--Markdown-fence-02a.test │ ├── wrap--Markdown-fence-02b.test │ ├── wrap--Markdown-fence-02c.test │ ├── wrap--Markdown-fence-03a.test │ ├── wrap--Markdown-fence-03b.test │ ├── wrap--Markdown-fence-03c.test │ ├── wrap--Markdown-footnote-01.test │ ├── wrap--Markdown-footnote-02.test │ ├── wrap--Markdown-hr-01a.test │ ├── wrap--Markdown-hr-01b.test │ ├── wrap--Markdown-hr-01c.test │ ├── wrap--Markdown-hr-02a.test │ ├── wrap--Markdown-hr-02b.test │ ├── wrap--Markdown-hr-02c.test │ ├── wrap--Markdown-hr-03a.test │ ├── wrap--Markdown-hr-03b.test │ ├── wrap--Markdown-hr-03c.test │ ├── wrap--Markdown-html-01.test │ ├── wrap--Markdown-html-01a.test │ ├── wrap--Markdown-html-02.test │ ├── wrap--Markdown-html-02a.test │ ├── wrap--Markdown-html-03.test │ ├── wrap--Markdown-html-03a.test │ ├── wrap--Markdown-html-04.test │ ├── wrap--Markdown-html-04a.test │ ├── wrap--Markdown-html-05.test │ ├── wrap--Markdown-html-06.test │ ├── wrap--Markdown-html-07.test │ ├── wrap--Markdown-html-08.test │ ├── wrap--Markdown-html-09.test │ ├── wrap--Markdown-html-CDATA-01a.test │ ├── wrap--Markdown-html-CDATA-01b.test │ ├── wrap--Markdown-html-CDATA-01c.test │ ├── wrap--Markdown-html-DOCTYPE-01a.test │ ├── wrap--Markdown-html-DOCTYPE-01b.test │ ├── wrap--Markdown-html-DOCTYPE-01c.test │ ├── wrap--Markdown-html-PI-01a.test │ ├── wrap--Markdown-html-PI-01b.test │ ├── wrap--Markdown-html-PI-01c.test │ ├── wrap--Markdown-html-comment-01a.test │ ├── wrap--Markdown-html-comment-01b.test │ ├── wrap--Markdown-html-comment-01c.test │ ├── wrap--Markdown-html-pre-01.test │ ├── wrap--Markdown-html-script-01.test │ ├── wrap--Markdown-html-style-01.test │ ├── wrap--Markdown-html-style-02.test │ ├── wrap--Markdown-link-01a.test │ ├── wrap--Markdown-link-01b.test │ ├── wrap--Markdown-link-01c.test │ ├── wrap--Markdown-link-01d.test │ ├── wrap--Markdown-link-02a.test │ ├── wrap--Markdown-link-02b.test │ ├── wrap--Markdown-link-02c.test │ ├── wrap--Markdown-link-02d.test │ ├── wrap--Markdown-link-03a.test │ ├── wrap--Markdown-link-03b.test │ ├── wrap--Markdown-link-03c.test │ ├── wrap--Markdown-link-03d.test │ ├── wrap--Markdown-link-04a.test │ ├── wrap--Markdown-link-04b.test │ ├── wrap--Markdown-link-04c.test │ ├── wrap--Markdown-link-04d.test │ ├── wrap--Markdown-link-05a.test │ ├── wrap--Markdown-link-05b.test │ ├── wrap--Markdown-link-05c.test │ ├── wrap--Markdown-link-05d.test │ ├── wrap--Markdown-nested-01s.test │ ├── wrap--Markdown-nested-02s.test │ ├── wrap--Markdown-ol-01s.test │ ├── wrap--Markdown-ol-02s.test │ ├── wrap--Markdown-ol-03s.test │ ├── wrap--Markdown-ol-04s.test │ ├── wrap--Markdown-ol-06s.test │ ├── wrap--Markdown-ol-07s.test │ ├── wrap--Markdown-ol-08s.test │ ├── wrap--Markdown-ol-09s.test │ ├── wrap--Markdown-ol-11s.test │ ├── wrap--Markdown-ol-12s.test │ ├── wrap--Markdown-ol-ol-01s.test │ ├── wrap--Markdown-ol-ol-02s.test │ ├── wrap--Markdown-ol-ol-03s.test │ ├── wrap--Markdown-table-01.test │ ├── wrap--Markdown-table-02.test │ ├── wrap--Markdown-table-03.test │ ├── wrap--Markdown-table-04.test │ ├── wrap--Markdown-table-05.test │ ├── wrap--Markdown-table-06.test │ ├── wrap--Markdown-ul-01sa.test │ ├── wrap--Markdown-ul-01sb.test │ ├── wrap--Markdown-ul-01sc.test │ ├── wrap--Markdown-ul-02sa.test │ ├── wrap--Markdown-ul-02sb.test │ ├── wrap--Markdown-ul-02sc.test │ ├── wrap--Markdown-ul-03sa.test │ ├── wrap--Markdown-ul-03sb.test │ ├── wrap--Markdown-ul-03sc.test │ ├── wrap--Markdown-ul-04sa.test │ ├── wrap--alias-dup.test │ ├── wrap--alias-no_equal.test │ ├── wrap--alias-options_exp.test │ ├── wrap--alias-unclosed_quote.test │ ├── wrap--alias-unexp_char.test │ ├── wrap--conf-no_section.test │ ├── wrap--conf-not_found.test │ ├── wrap--file-not_found.test │ ├── wrap--hyphen-01.test │ ├── wrap--hyphen-02.test │ ├── wrap--hyphen-03.test │ ├── wrap--hyphen-04.test │ ├── wrap--hyphen-05.test │ ├── wrap--hyphen-06.test │ ├── wrap--hyphen-07.test │ ├── wrap--hyphen-08.test │ ├── wrap--hyphen-U+00AD-01.test │ ├── wrap--hyphen-U+2010-01.test │ ├── wrap--long_line-01.test │ ├── wrap--long_line-02.test │ ├── wrap--long_line-03.test │ ├── wrap--long_line-04.test │ ├── wrap--no_options.test │ ├── wrap--pattern-alias_exp.test │ ├── wrap--pattern-no_alias.test │ ├── wrap--pattern-no_equal.test │ ├── wrap--pattern-unexp_char.test │ ├── wrap--regex-http-01.test │ ├── wrap--regex-http-02.test │ ├── wrap-E1.test │ ├── wrap-H3-t1-T.test │ ├── wrap-H3.test │ ├── wrap-I2-W.test │ ├── wrap-I2-m1.test │ ├── wrap-I2-w72.test │ ├── wrap-L-01.test │ ├── wrap-P-01.test │ ├── wrap-P-02.test │ ├── wrap-P-03.test │ ├── wrap-P-04.test │ ├── wrap-a.test │ ├── wrap-b-h1.test │ ├── wrap-b-t1.test │ ├── wrap-b.test │ ├── wrap-d.test │ ├── wrap-dep.test │ ├── wrap-f-F.test │ ├── wrap-h1-I5.test │ ├── wrap-i2.test │ ├── wrap-li-01.test │ ├── wrap-lu-01.test │ ├── wrap-lu-02.test │ ├── wrap-lx.test │ ├── wrap-n-N.test │ ├── wrap-n.test │ ├── wrap-t1.test │ ├── wrap-t11.test │ ├── wrap-y-01.test │ ├── wrap-y-02.test │ ├── wrapc--Ada-00.test │ ├── wrapc--Ada-01.test │ ├── wrapc--Ada-02.test │ ├── wrapc--Bash-01.test │ ├── wrapc--Bash-02.test │ ├── wrapc--C++-00.test │ ├── wrapc--C++-01.test │ ├── wrapc--C-00.test │ ├── wrapc--C-01.test │ ├── wrapc--C-02.test │ ├── wrapc--C-03.test │ ├── wrapc--C-04.test │ ├── wrapc--C-05.test │ ├── wrapc--C-06.test │ ├── wrapc--C-07.test │ ├── wrapc--C-08.test │ ├── wrapc--COBOL-01.test │ ├── wrapc--COBOL-02.test │ ├── wrapc--COBOL-03.test │ ├── wrapc--COBOL-04.test │ ├── wrapc--COBOL-05.test │ ├── wrapc--COBOL-06.test │ ├── wrapc--COBOL-07.test │ ├── wrapc--COBOL-08.test │ ├── wrapc--D-01.test │ ├── wrapc--Forth-01.test │ ├── wrapc--Forth-04.test │ ├── wrapc--Fortran-01.test │ ├── wrapc--Fortran-02.test │ ├── wrapc--Fortran-03.test │ ├── wrapc--Fortran-04.test │ ├── wrapc--Haskell-00.test │ ├── wrapc--Haskell-01.test │ ├── wrapc--Haskell-02.test │ ├── wrapc--Julia-00.test │ ├── wrapc--Julia-01.test │ ├── wrapc--Julia-02.test │ ├── wrapc--Julia-03.test │ ├── wrapc--Markdown-Setext-01.test │ ├── wrapc--Markdown-Setext-02.test │ ├── wrapc--Markdown-Setext-03.test │ ├── wrapc--Markdown-Setext-04.test │ ├── wrapc--Markdown-Setext-05.test │ ├── wrapc--Markdown-abbr-01.test │ ├── wrapc--Markdown-abbr-02.test │ ├── wrapc--Markdown-abbr-03.test │ ├── wrapc--Markdown-abbr-04.test │ ├── wrapc--Markdown-abbr-05.test │ ├── wrapc--Markdown-atx-01.test │ ├── wrapc--Markdown-atx-02.test │ ├── wrapc--Markdown-atx-03.test │ ├── wrapc--Markdown-atx-04.test │ ├── wrapc--Markdown-code-01.test │ ├── wrapc--Markdown-code-02.test │ ├── wrapc--Markdown-code-03.test │ ├── wrapc--Markdown-dl-01s.test │ ├── wrapc--Markdown-dl-02s.test │ ├── wrapc--Markdown-dl-03s.test │ ├── wrapc--Markdown-fence-01a.test │ ├── wrapc--Markdown-fence-01b.test │ ├── wrapc--Markdown-fence-01c.test │ ├── wrapc--Markdown-footnote-01.test │ ├── wrapc--Markdown-footnote-02.test │ ├── wrapc--Markdown-hr-01a.test │ ├── wrapc--Markdown-hr-01b.test │ ├── wrapc--Markdown-html-01.test │ ├── wrapc--Markdown-html-02.test │ ├── wrapc--Markdown-html-03.test │ ├── wrapc--Markdown-html-04.test │ ├── wrapc--Markdown-html-05.test │ ├── wrapc--Markdown-nested-01s.test │ ├── wrapc--Markdown-nested-02s.test │ ├── wrapc--Markdown-ol-01s.test │ ├── wrapc--Markdown-ol-02s.test │ ├── wrapc--Markdown-ol-03s.test │ ├── wrapc--Markdown-ol-04s.test │ ├── wrapc--Markdown-ol-05s.test │ ├── wrapc--Markdown-ol-06s.test │ ├── wrapc--Markdown-ol-11s.test │ ├── wrapc--Markdown-table-01.test │ ├── wrapc--Markdown-table-02.test │ ├── wrapc--Markdown-table-03.test │ ├── wrapc--Markdown-table-04.test │ ├── wrapc--Markdown-table-05.test │ ├── wrapc--Markdown-table-06.test │ ├── wrapc--Markdown-ul-01.test │ ├── wrapc--Markdown-ul-02.test │ ├── wrapc--Markdown-ul-03.test │ ├── wrapc--Markdown-ul-04.test │ ├── wrapc--Markdown-ul-05.test │ ├── wrapc--Markdown-ul-06.test │ ├── wrapc--Pascal-00.test │ ├── wrapc--Pascal-01.test │ ├── wrapc--Pascal-02.test │ ├── wrapc--Pascal-03.test │ ├── wrapc--Simula-00.test │ ├── wrapc--Simula-01.test │ ├── wrapc--Simula-02.test │ ├── wrapc--Simula-03.test │ ├── wrapc--Simula-04.test │ ├── wrapc--Simula-05.test │ ├── wrapc--Simula-06.test │ ├── wrapc--XQuery-01.test │ ├── wrapc--XQuery-02.test │ ├── wrapc--XQuery-03.test │ ├── wrapc--XQuery-04.test │ ├── wrapc--XQuery-05.test │ ├── wrapc--XQuery-06.test │ ├── wrapc--XQuery-07.test │ ├── wrapc--block-01.test │ ├── wrapc--block-02.test │ ├── wrapc--block-03.test │ ├── wrapc--box-double-01.test │ ├── wrapc--box-double-02.test │ ├── wrapc--box-double-03.test │ ├── wrapc--box-double-04.test │ ├── wrapc--box-double-05.test │ ├── wrapc--box-double-07.test │ ├── wrapc--box-eol-01.test │ ├── wrapc--box-eol-02.test │ ├── wrapc--box-eol-03.test │ ├── wrapc--box-eol-04.test │ ├── wrapc--box-eol-05.test │ ├── wrapc--box-eol-06.test │ ├── wrapc--box-eol-07.test │ ├── wrapc--box-single-01.test │ ├── wrapc--box-single-02.test │ ├── wrapc--box-single-03.test │ ├── wrapc--box-single-04.test │ ├── wrapc--box-single-05.test │ ├── wrapc--crlf-01.test │ ├── wrapc--noncomment-01.test │ ├── wrapc--noncomment-02.test │ ├── wrapc--single_line-01.test │ ├── wrapc--trailing-ws-01.test │ ├── wrapc-01.test │ ├── wrapc-02.test │ ├── wrapc-A-01a.test │ ├── wrapc-A-01b.test │ ├── wrapc-A-02a.test │ ├── wrapc-A-02b.test │ ├── wrapc-A-03a.test │ ├── wrapc-A-03b.test │ ├── wrapc-A-04a.test │ ├── wrapc-A-04b.test │ ├── wrapc-A-05a.test │ ├── wrapc-A-05b.test │ ├── wrapc-A-06.test │ ├── wrapc-A-07.test │ ├── wrapc-A-08a.test │ ├── wrapc-A-08b.test │ ├── wrapc-A-08c.test │ ├── wrapc-A-09a.test │ ├── wrapc-A-10.test │ ├── wrapc-A-11.test │ ├── wrapc-A-12.test │ ├── wrapc-A-13.test │ ├── wrapc-A-14.test │ ├── wrapc-A-14s.test │ ├── wrapc-A-15.test │ ├── wrapc-A-16.test │ ├── wrapc-A-17.test │ ├── wrapc-A-18.test │ ├── wrapc-A-19.test │ ├── wrapc-Ax-01.test │ ├── wrapc-Ax-02.test │ ├── wrapc-D-01.test │ ├── wrapc-D-02.test │ ├── wrapc-b.test │ ├── wrapc-ux-01.test │ ├── wrapc-ux-02.test │ ├── wrapc-x-01.test │ ├── wrapc-x-02.test │ └── wrapc-x-03.test └── wrap.css /.gitattributes: -------------------------------------------------------------------------------- 1 | lib/* linguist-vendored 2 | m4/* linguist-vendored 3 | src/*.c linguist-language=C 4 | src/*.h linguist-language=C 5 | test/data/* linguist-vendored 6 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | Paul J. Lucas Initial author of all files. 2 | -------------------------------------------------------------------------------- /Doxygen.sed: -------------------------------------------------------------------------------- 1 | s/^NODISCARD/[[nodiscard]]/ 2 | s/^PJL_DISCARD// 3 | -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- 1 | /*.dSYM 2 | /config.h 3 | /regex_test 4 | /stamp-h1 5 | /wrap 6 | /wrapc 7 | -------------------------------------------------------------------------------- /test/.gitattributes: -------------------------------------------------------------------------------- 1 | *.crlf eol=crlf 2 | -------------------------------------------------------------------------------- /test/.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | -------------------------------------------------------------------------------- /test/data/alias-dup.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | man = -dep,:; 3 | man = -dep,:; 4 | -------------------------------------------------------------------------------- /test/data/alias-no_equal.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | man 3 | -------------------------------------------------------------------------------- /test/data/alias-options_exp.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | man = 3 | -------------------------------------------------------------------------------- /test/data/alias-unclosed_quote.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | txt = -L' # 3 | 4 | [PATTERNS] 5 | *.txt = txt 6 | -------------------------------------------------------------------------------- /test/data/alias-unexp_char.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | man -dep,:; 3 | -------------------------------------------------------------------------------- /test/data/config.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | c = -b@ 3 | man = -dep,:; 4 | 5 | [PATTERNS] 6 | *.[ch] = c 7 | *.[1-9] = man 8 | -------------------------------------------------------------------------------- /test/data/hello.d: -------------------------------------------------------------------------------- 1 | /+ 2 | + The D programming language is an object-oriented, imperative, multi-paradigm system programming language 3 | + created by Walter Bright of Digital Mars 4 | + and released in 2001. 5 | +/ 6 | void main() { 7 | writeln( "hello, world" ); 8 | } 9 | -------------------------------------------------------------------------------- /test/data/hello_00.hs: -------------------------------------------------------------------------------- 1 | - Haskell is a standardized, general-purpose purely functional programming language, 2 | - with non-strict semantics and strong static typing. 3 | - It is named after logician Haskell Curry. 4 | -} 5 | module Main where 6 | 7 | main = putStrLn "hello, world" 8 | -------------------------------------------------------------------------------- /test/data/hello_01.hs: -------------------------------------------------------------------------------- 1 | {- 2 | - Haskell is a standardized, general-purpose purely functional programming language, 3 | - with non-strict semantics and strong static typing. 4 | - It is named after logician Haskell Curry. 5 | -} 6 | module Main where 7 | 8 | main = putStrLn "hello, world" 9 | -------------------------------------------------------------------------------- /test/data/hello_02.hs: -------------------------------------------------------------------------------- 1 | {- 2 | Haskell is a standardized, general-purpose purely functional programming language, 3 | with non-strict semantics and strong static typing. 4 | It is named after logician Haskell Curry. 5 | -} 6 | module Main where 7 | 8 | main = putStrLn "hello, world" 9 | -------------------------------------------------------------------------------- /test/data/hyphen-01.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi-jk-l-mnop 2 | -------------------------------------------------------------------------------- /test/data/hyphen-02.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi- 2 | jk-l-mnop 3 | -------------------------------------------------------------------------------- /test/data/hyphen-03.txt: -------------------------------------------------------------------------------- 1 | The newline- and null-terminated string to check. 2 | -------------------------------------------------------------------------------- /test/data/hyphen-04.txt: -------------------------------------------------------------------------------- 1 | Word- 2 | 1 3 | -------------------------------------------------------------------------------- /test/data/hyphen-05.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi-jk-l--mnop 2 | -------------------------------------------------------------------------------- /test/data/hyphen-06.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi-jk-l-- 2 | mnop 3 | -------------------------------------------------------------------------------- /test/data/hyphen-07.txt: -------------------------------------------------------------------------------- 1 | The null- 2 | terminated string to check. 3 | -------------------------------------------------------------------------------- /test/data/hyphen-08.txt: -------------------------------------------------------------------------------- 1 | Helper function for c_ast_gibberish_impl() that prints a pointer, pointer-to-member, or reference 2 | qualifier, if any, and the name, if any. 3 | -------------------------------------------------------------------------------- /test/data/hyphen-U+00AD-01.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi­jk­l­mnop 2 | -------------------------------------------------------------------------------- /test/data/hyphen-U+2010-01.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi‐jk‐l‐mnop 2 | -------------------------------------------------------------------------------- /test/data/long_line-01.txt: -------------------------------------------------------------------------------- 1 | X ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQ 2 | -------------------------------------------------------------------------------- /test/data/long_line-02.txt: -------------------------------------------------------------------------------- 1 | X ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQR 2 | -------------------------------------------------------------------------------- /test/data/long_line-03.txt: -------------------------------------------------------------------------------- 1 | X ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ end 2 | -------------------------------------------------------------------------------- /test/data/md-Setext-05.c: -------------------------------------------------------------------------------- 1 | // Header 2 | // ====== 3 | // 4 | // The Setext line above has trailing whitespace. 5 | -------------------------------------------------------------------------------- /test/data/md-Setext-05.md: -------------------------------------------------------------------------------- 1 | Header 2 | ====== 3 | 4 | The Setext line above has trailing whitespace. 5 | -------------------------------------------------------------------------------- /test/data/md-abbr-01.c: -------------------------------------------------------------------------------- 1 | /* 2 | * This is the first sentence. 3 | * This is the second sentence. 4 | * This is the third sentence. 5 | * *[HTML]: Hyper Text Markup Language 6 | * This is the fourth sentence. 7 | * This is the fifth sentence. 8 | * This is the sixth sentence. 9 | */ 10 | -------------------------------------------------------------------------------- /test/data/md-abbr-01.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | *[HTML]: Hyper Text Markup Language 5 | This is the fourth sentence. 6 | This is the fifth sentence. 7 | This is the sixth sentence. 8 | -------------------------------------------------------------------------------- /test/data/md-abbr-02.c: -------------------------------------------------------------------------------- 1 | /* 2 | * This is the first sentence. 3 | * This is the second sentence. 4 | * This is the third sentence. 5 | * 6 | * *[HTML]: Hyper Text Markup Language 7 | * This is the fourth sentence. 8 | * This is the fifth sentence. 9 | * This is the sixth sentence. 10 | */ 11 | -------------------------------------------------------------------------------- /test/data/md-abbr-02.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | *[HTML]: Hyper Text Markup Language 6 | This is the fourth sentence. 7 | This is the fifth sentence. 8 | This is the sixth sentence. 9 | -------------------------------------------------------------------------------- /test/data/md-abbr-03.c: -------------------------------------------------------------------------------- 1 | /* 2 | * This is the first sentence. 3 | * This is the second sentence. 4 | * This is the third sentence. 5 | * *[HTML]: Hyper Text Markup Language 6 | * 7 | * This is the fourth sentence. 8 | * This is the fifth sentence. 9 | * This is the sixth sentence. 10 | */ 11 | -------------------------------------------------------------------------------- /test/data/md-abbr-03.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | *[HTML]: Hyper Text Markup Language 5 | 6 | This is the fourth sentence. 7 | This is the fifth sentence. 8 | This is the sixth sentence. 9 | -------------------------------------------------------------------------------- /test/data/md-abbr-04.c: -------------------------------------------------------------------------------- 1 | /* 2 | * This is the first sentence. 3 | * This is the second sentence. 4 | * This is the third sentence. 5 | * 6 | * *[HTML]: Hyper Text Markup Language 7 | * 8 | * This is the fourth sentence. 9 | * This is the fifth sentence. 10 | * This is the sixth sentence. 11 | */ 12 | -------------------------------------------------------------------------------- /test/data/md-abbr-04.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | *[HTML]: Hyper Text Markup Language 6 | 7 | This is the fourth sentence. 8 | This is the fifth sentence. 9 | This is the sixth sentence. 10 | -------------------------------------------------------------------------------- /test/data/md-abbr-05.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | *[HTML]: Hyper Text Markup Language 6 | *[W3C]: World Wide Web Consortium 7 | 8 | This is the fourth sentence. 9 | This is the fifth sentence. 10 | This is the sixth sentence. 11 | -------------------------------------------------------------------------------- /test/data/md-atx-04.c: -------------------------------------------------------------------------------- 1 | // #1 This is not an ATX header. 2 | // This is ordinary text. 3 | -------------------------------------------------------------------------------- /test/data/md-atx-04.md: -------------------------------------------------------------------------------- 1 | #1 This is not an ATX header. 2 | This is ordinary text. 3 | -------------------------------------------------------------------------------- /test/data/md-code-fence-03a.md: -------------------------------------------------------------------------------- 1 | This is a line of text. 2 | The fence has one too few tildes 3 | so it should not be treated as a code block. 4 | ~~ 5 | int main( void ) { 6 | printf( "hello, world\n" ); 7 | } 8 | ~~ 9 | This is another line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-dl-03s.md: -------------------------------------------------------------------------------- 1 | Term 1 2 | : First sentence of first definition. 3 | Second sentence of first definition. 4 | Third sentence of first definition. 5 | : First sentence of second definition. 6 | Second sentence of second definition. 7 | Third sentence of second definition. 8 | -------------------------------------------------------------------------------- /test/data/md-dl-03s.xq: -------------------------------------------------------------------------------- 1 | (: 2 | : Term 1 3 | : : First sentence of first definition. 4 | : Second sentence of first definition. 5 | : Third sentence of first definition. 6 | : : First sentence of second definition. 7 | : Second sentence of second definition. 8 | : Third sentence of second definition. 9 | :) 10 | -------------------------------------------------------------------------------- /test/data/md-dl-04s.md: -------------------------------------------------------------------------------- 1 | Term 1 2 | 3 | : First sentence of first item. 4 | Second sentence of first item. 5 | Third sentence of first item. 6 | Fourth sentence of first item. 7 | -------------------------------------------------------------------------------- /test/data/md-hr-01a.c: -------------------------------------------------------------------------------- 1 | // *** 2 | // That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/data/md-hr-01a.md: -------------------------------------------------------------------------------- 1 | *** 2 | That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/data/md-hr-01b.c: -------------------------------------------------------------------------------- 1 | // --- 2 | // That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/data/md-hr-01b.md: -------------------------------------------------------------------------------- 1 | --- 2 | That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/data/md-hr-01c.md: -------------------------------------------------------------------------------- 1 | ___ 2 | That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/data/md-hr-02a.c: -------------------------------------------------------------------------------- 1 | // *** 2 | // 3 | // That was a horizontal rule. 4 | -------------------------------------------------------------------------------- /test/data/md-hr-02a.md: -------------------------------------------------------------------------------- 1 | *** 2 | 3 | That was a horizontal rule. 4 | -------------------------------------------------------------------------------- /test/data/md-hr-02b.md: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | That was a horizontal rule. 4 | -------------------------------------------------------------------------------- /test/data/md-hr-02c.md: -------------------------------------------------------------------------------- 1 | ___ 2 | 3 | That was a horizontal rule. 4 | -------------------------------------------------------------------------------- /test/data/md-hr-03a.md: -------------------------------------------------------------------------------- 1 | This is not a title. 2 | *** 3 | 4 | That was a horizontal rule. 5 | -------------------------------------------------------------------------------- /test/data/md-hr-03b.md: -------------------------------------------------------------------------------- 1 | This is not a title. 2 | --- 3 | 4 | That was a horizontal rule. 5 | -------------------------------------------------------------------------------- /test/data/md-hr-03c.md: -------------------------------------------------------------------------------- 1 | This is not a title. 2 | ___ 3 | 4 | That was a horizontal rule. 5 | -------------------------------------------------------------------------------- /test/data/md-html-01.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | 6 | 7 | 8 | 9 |
Aha!
10 | 11 | This is the fourth sentence. 12 | This is the fifth sentence. 13 | This is the sixth sentence. 14 | -------------------------------------------------------------------------------- /test/data/md-html-01a.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | 6 | 7 | 8 | 9 |
Aha!
10 | 11 | 12 | This is the fourth sentence. 13 | This is the fifth sentence. 14 | This is the sixth sentence. 15 | -------------------------------------------------------------------------------- /test/data/md-html-02.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | 6 | 7 | 8 | 9 |
Aha!
10 | 11 | This is the fourth sentence. 12 | This is the fifth sentence. 13 | This is the sixth sentence. 14 | -------------------------------------------------------------------------------- /test/data/md-html-02a.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | 6 | 7 | 8 | 9 |
Aha!
10 | 11 | 12 | This is the fourth sentence. 13 | This is the fifth sentence. 14 | This is the sixth sentence. 15 | -------------------------------------------------------------------------------- /test/data/md-html-03.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | 6 | 7 | 8 |
Aha!
9 | 10 | This is the fourth sentence. 11 | This is the fifth sentence. 12 | This is the sixth sentence. 13 | -------------------------------------------------------------------------------- /test/data/md-html-03a.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | 6 | 7 | 8 |
Aha!
9 | 10 | 11 | This is the fourth sentence. 12 | This is the fifth sentence. 13 | This is the sixth sentence. 14 | -------------------------------------------------------------------------------- /test/data/md-html-04.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | 6 | 7 | 8 |
Aha!
9 | 10 | This is the fourth sentence. 11 | This is the fifth sentence. 12 | This is the sixth sentence. 13 | -------------------------------------------------------------------------------- /test/data/md-html-04a.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | 5 | 6 | 7 | 8 |
Aha!
9 | 10 | 11 | This is the fourth sentence. 12 | This is the fifth sentence. 13 | This is the sixth sentence. 14 | -------------------------------------------------------------------------------- /test/data/md-html-05.c: -------------------------------------------------------------------------------- 1 | // This is the first sentence. 2 | // This is the second sentence. 3 | // This is the third sentence. 4 | // Span-level HTML. 5 | // This is the fourth sentence. 6 | // This is the fifth sentence. 7 | // This is the sixth sentence. 8 | -------------------------------------------------------------------------------- /test/data/md-html-05.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | This is the third sentence. 4 | Span-level HTML. 5 | This is the fourth sentence. 6 | This is the fifth sentence. 7 | This is the sixth sentence. 8 | -------------------------------------------------------------------------------- /test/data/md-html-06.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | 4 |
5 | This is the third sentence. 6 | This is the fourth sentence. 7 |
8 | 9 | This is the fifth sentence. 10 | This is the sixth sentence. 11 | -------------------------------------------------------------------------------- /test/data/md-html-07.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | 4 |
5 | 6 | This is the third sentence. 7 | This is the fourth sentence. 8 | 9 |
10 | 11 | This is the fifth sentence. 12 | This is the sixth sentence. 13 | -------------------------------------------------------------------------------- /test/data/md-html-08.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | 4 |
5 | This is the third sentence. 6 | This is the fourth sentence. 7 | 8 | This is the fifth sentence. 9 | This is the sixth sentence. 10 | -------------------------------------------------------------------------------- /test/data/md-html-09.md: -------------------------------------------------------------------------------- 1 | This is the first sentence. 2 | This is the second sentence. 3 | 4 | 5 | This is the third sentence. 6 | This is the fourth sentence. 7 | 8 | 9 | This is the fifth sentence. 10 | This is the sixth sentence. 11 | -------------------------------------------------------------------------------- /test/data/md-html-CDATA-01a.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 4 | This is some text. 5 | This is some more text. 6 | -------------------------------------------------------------------------------- /test/data/md-html-CDATA-01b.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 6 | This is some more character data. 7 | This data should not be wrapped. 8 | 9 | This is yet more character data. 10 | ]]> 11 | This is some text. 12 | This is some more text. 13 | -------------------------------------------------------------------------------- /test/data/md-html-CDATA-01c.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 6 | This is some more character data. 7 | This data should not be wrapped. 8 | 9 | This is yet more character data. ]]> 10 | This is some text. 11 | This is some more text. 12 | -------------------------------------------------------------------------------- /test/data/md-html-DOCTYPE-01a.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 4 | This is some text. 5 | This is some more text. 6 | -------------------------------------------------------------------------------- /test/data/md-html-DOCTYPE-01b.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 5 | This is some text. 6 | This is some more text. 7 | -------------------------------------------------------------------------------- /test/data/md-html-DOCTYPE-01c.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 6 | This is some text. 7 | This is some more text. 8 | -------------------------------------------------------------------------------- /test/data/md-html-PI-01a.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 4 | This is some text. 5 | This is some more text. 6 | -------------------------------------------------------------------------------- /test/data/md-html-PI-01b.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 7 | This is some text. 8 | This is some more text. 9 | -------------------------------------------------------------------------------- /test/data/md-html-PI-01c.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 6 | This is some text. 7 | This is some more text. 8 | -------------------------------------------------------------------------------- /test/data/md-html-comment-01a.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 4 | This is some text. 5 | This is some more text. 6 | -------------------------------------------------------------------------------- /test/data/md-html-pre-01.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 |

 4 | #include 
 5 | 
 6 | int main() {
 7 |   printf( "hello, world\n" );
 8 | }
 9 | 
10 | This is some text. 11 | This is some more text. 12 | -------------------------------------------------------------------------------- /test/data/md-html-script-01.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 8 | This is some text. 9 | This is some more text. 10 | -------------------------------------------------------------------------------- /test/data/md-html-style-01.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 9 | This is some text. 10 | This is some more text. 11 | -------------------------------------------------------------------------------- /test/data/md-html-style-02.md: -------------------------------------------------------------------------------- 1 | This is some text. 2 | This is some more text. 3 | 4 | This is some text. 5 | This is some more text. 6 | -------------------------------------------------------------------------------- /test/data/md-link-01a.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com 5 | This is a line of text. 6 | This is another line of text. 7 | This is yet a third line of text. 8 | -------------------------------------------------------------------------------- /test/data/md-link-01b.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com 5 | 6 | This is a line of text. 7 | This is another line of text. 8 | This is yet a third line of text. 9 | -------------------------------------------------------------------------------- /test/data/md-link-01c.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com 6 | This is a line of text. 7 | This is another line of text. 8 | This is yet a third line of text. 9 | -------------------------------------------------------------------------------- /test/data/md-link-01d.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com 6 | 7 | This is a line of text. 8 | This is another line of text. 9 | This is yet a third line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-link-02a.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com "This is a title" 5 | This is a line of text. 6 | This is another line of text. 7 | This is yet a third line of text. 8 | -------------------------------------------------------------------------------- /test/data/md-link-02b.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com "This is a title" 5 | 6 | This is a line of text. 7 | This is another line of text. 8 | This is yet a third line of text. 9 | -------------------------------------------------------------------------------- /test/data/md-link-02c.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com "This is a title" 6 | This is a line of text. 7 | This is another line of text. 8 | This is yet a third line of text. 9 | -------------------------------------------------------------------------------- /test/data/md-link-02d.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com "This is a title" 6 | 7 | This is a line of text. 8 | This is another line of text. 9 | This is yet a third line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-link-03a.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com 5 | "This is a title" 6 | This is a line of text. 7 | This is another line of text. 8 | This is yet a third line of text. 9 | -------------------------------------------------------------------------------- /test/data/md-link-03b.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com 5 | "This is a title" 6 | 7 | This is a line of text. 8 | This is another line of text. 9 | This is yet a third line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-link-03c.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com 6 | "This is a title" 7 | This is a line of text. 8 | This is another line of text. 9 | This is yet a third line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-link-03d.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com 6 | "This is a title" 7 | 8 | This is a line of text. 9 | This is another line of text. 10 | This is yet a third line of text. 11 | -------------------------------------------------------------------------------- /test/data/md-link-04a.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com 5 | "This is a title" 6 | This is a line of text. 7 | This is another line of text. 8 | This is yet a third line of text. 9 | -------------------------------------------------------------------------------- /test/data/md-link-04b.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com 5 | "This is a title" 6 | 7 | This is a line of text. 8 | This is another line of text. 9 | This is yet a third line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-link-04c.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com 6 | "This is a title" 7 | This is a line of text. 8 | This is another line of text. 9 | This is yet a third line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-link-04d.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com 6 | "This is a title" 7 | 8 | This is a line of text. 9 | This is another line of text. 10 | This is yet a third line of text. 11 | -------------------------------------------------------------------------------- /test/data/md-link-05a.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com 5 | "This is a title" 6 | This is a line of text. 7 | This is another line of text. 8 | This is yet a third line of text. 9 | -------------------------------------------------------------------------------- /test/data/md-link-05b.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | [1]: http://www.example.com 5 | "This is a title" 6 | 7 | This is a line of text. 8 | This is another line of text. 9 | This is yet a third line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-link-05c.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com 6 | "This is a title" 7 | This is a line of text. 8 | This is another line of text. 9 | This is yet a third line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-link-05d.md: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. 2 | This is another line of text. 3 | This is yet a third line of text. 4 | 5 | [1]: http://www.example.com 6 | "This is a title" 7 | 8 | This is a line of text. 9 | This is another line of text. 10 | This is yet a third line of text. 11 | -------------------------------------------------------------------------------- /test/data/md-nested-02s.c: -------------------------------------------------------------------------------- 1 | // 1. First item of outer list. 2 | // 3 | // + First item of nested list. 4 | // 5 | // 9. Second item of outer list. 6 | -------------------------------------------------------------------------------- /test/data/md-nested-02s.md: -------------------------------------------------------------------------------- 1 | 1. First item of outer list. 2 | 3 | + First item of nested list. 4 | 5 | 9. Second item of outer list. 6 | -------------------------------------------------------------------------------- /test/data/md-ol-01s.c: -------------------------------------------------------------------------------- 1 | // 1. List item #1. 2 | // 9. List item #2. 3 | // 4 | // Not part of the list. 5 | // 6 | // 7. Another list item #7. 7 | // 9. Another list item #8. 8 | -------------------------------------------------------------------------------- /test/data/md-ol-01s.md: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 9. List item #2. 3 | 4 | Not part of the list. 5 | 6 | 7. Another list item #7. 7 | 9. Another list item #8. 8 | -------------------------------------------------------------------------------- /test/data/md-ol-02s.c: -------------------------------------------------------------------------------- 1 | // 1. List item #1. 2 | // 3 | // 9. List item #2. 4 | // 5 | // Not part of the list. 6 | // 7 | // 7. Another list item #7. 8 | // 9 | // 9. Another list item #8. 10 | -------------------------------------------------------------------------------- /test/data/md-ol-02s.md: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 3 | 9. List item #2. 4 | 5 | Not part of the list. 6 | 7 | 7. Another list item #7. 8 | 9 | 9. Another list item #8. 10 | -------------------------------------------------------------------------------- /test/data/md-ol-03s.c: -------------------------------------------------------------------------------- 1 | // 1. List item #1. 2 | // Second sentence of list item #1. 3 | // Third sentence of list item #1. 4 | // Fourth sentence of list item #1. 5 | // 9. List item #2. 6 | // 7 | // Not part of the list. 8 | // 9 | // 7. Another list item #7. 10 | // 11 | // 9. Another list item #8. 12 | -------------------------------------------------------------------------------- /test/data/md-ol-03s.md: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | Second sentence of list item #1. 3 | Third sentence of list item #1. 4 | Fourth sentence of list item #1. 5 | 9. List item #2. 6 | 7 | Not part of the list. 8 | 9 | 7. Another list item #7. 10 | 11 | 9. Another list item #8. 12 | -------------------------------------------------------------------------------- /test/data/md-ol-04s.c: -------------------------------------------------------------------------------- 1 | // 1. List item #1. 2 | // Second sentence of list item #1. 3 | // Third sentence of list item #1. 4 | // Fourth sentence of list item #1. 5 | // 6 | // 9. List item #2. 7 | // 8 | // Not part of the list. 9 | // 10 | // 7. Another list item #7. 11 | // 9. Another list item #8. 12 | -------------------------------------------------------------------------------- /test/data/md-ol-04s.md: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | Second sentence of list item #1. 3 | Third sentence of list item #1. 4 | Fourth sentence of list item #1. 5 | 6 | 9. List item #2. 7 | 8 | Not part of the list. 9 | 10 | 7. Another list item #7. 11 | 9. Another list item #8. 12 | -------------------------------------------------------------------------------- /test/data/md-ol-05s.c: -------------------------------------------------------------------------------- 1 | // 1. This is a sentence that's part of a Markdown ordered list item. 2 | // 3 | // This is a sentence that is NOT part of a Markdown ordered list item. The 4 | // "The" at the end of the previous line should stay where it is. 5 | -------------------------------------------------------------------------------- /test/data/md-ol-06s.c: -------------------------------------------------------------------------------- 1 | // 1) List item #1. 2 | // 9) List item #2. 3 | // 4 | // Not part of the list. 5 | // 6 | // 7) Another list item #7. 7 | // 9) Another list item #8. 8 | -------------------------------------------------------------------------------- /test/data/md-ol-06s.md: -------------------------------------------------------------------------------- 1 | 1) List item #1. 2 | 9) List item #2. 3 | 4 | Not part of the list. 5 | 6 | 7) Another list item #7. 7 | 9) Another list item #8. 8 | -------------------------------------------------------------------------------- /test/data/md-ol-07s.md: -------------------------------------------------------------------------------- 1 | 1234567890. This is not a list item. 2 | 1234567891. And neither is this. 3 | -------------------------------------------------------------------------------- /test/data/md-ol-08s.md: -------------------------------------------------------------------------------- 1 | 1) List item #1. 2 | 9) List item #2. 3 | 4 | Not part of the list. 5 | 6 | 7) Another list item #7. 7 | 9) Another list item #8. 8 | -------------------------------------------------------------------------------- /test/data/md-ol-09s.md: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 8) List item #8. 4 | 9) List item #9. 5 | -------------------------------------------------------------------------------- /test/data/md-ol-12s.md: -------------------------------------------------------------------------------- 1 | 10. Flush output_buf and print the Markdown line as-is "behind wrap's back" 2 | because these line types are never wrapped. 3 | -------------------------------------------------------------------------------- /test/data/md-ol-ol-01s.md: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 1. List item #3. 4 | 2. List item #4. 5 | -------------------------------------------------------------------------------- /test/data/md-ol-ol-02s.md: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 1. Nested list item #1. 4 | 2. Nested list item #2. 5 | -------------------------------------------------------------------------------- /test/data/md-ol-ol-03s.md: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 1) Nested list item #1. 4 | 2) Nested list item #2. 5 | -------------------------------------------------------------------------------- /test/data/md-table-01.c: -------------------------------------------------------------------------------- 1 | // Column 1 | Column 2 2 | // ---------|--------- 3 | // Entry 1 | Entry 2 4 | -------------------------------------------------------------------------------- /test/data/md-table-01.md: -------------------------------------------------------------------------------- 1 | Column 1 | Column 2 2 | ---------|--------- 3 | Entry 1 | Entry 2 4 | -------------------------------------------------------------------------------- /test/data/md-table-02.c: -------------------------------------------------------------------------------- 1 | // This is a line of text. 2 | // 3 | // Column 1 | Column 2 4 | // ---------|--------- 5 | // Entry 1 | Entry 2 6 | // 7 | // This is a second line of text. 8 | // This is a third line of text. 9 | // This is a fourth line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-table-02.md: -------------------------------------------------------------------------------- 1 | This is a line of text. 2 | 3 | Column 1 | Column 2 4 | ---------|--------- 5 | Entry 1 | Entry 2 6 | 7 | This is a second line of text. 8 | This is a third line of text. 9 | This is a fourth line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-table-03.c: -------------------------------------------------------------------------------- 1 | // This is a line of text. 2 | // 3 | // Column 1 | Column 2 4 | // ---------|--------- 5 | // Entry 1 | Entry 2 6 | // 7 | // This is a second line of text. 8 | // This is a third line of text. 9 | // This is a fourth line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-table-03.md: -------------------------------------------------------------------------------- 1 | This is a line of text. 2 | 3 | Column 1 | Column 2 4 | ---------|--------- 5 | Entry 1 | Entry 2 6 | 7 | This is a second line of text. 8 | This is a third line of text. 9 | This is a fourth line of text. 10 | -------------------------------------------------------------------------------- /test/data/md-table-04.c: -------------------------------------------------------------------------------- 1 | // This is a line of text that just so happens to have a | in it. 2 | // This is a second line of text. 3 | // This is a third line of text. 4 | // This is a fourth line of text. 5 | -------------------------------------------------------------------------------- /test/data/md-table-04.md: -------------------------------------------------------------------------------- 1 | This is a line of text that just so happens to have a | in it. 2 | This is a second line of text. 3 | This is a third line of text. 4 | This is a fourth line of text. 5 | -------------------------------------------------------------------------------- /test/data/md-table-05.c: -------------------------------------------------------------------------------- 1 | // 1. This is a list item. 2 | // 3 | // Column 1 | Column 2 4 | // ---------|--------- 5 | // Entry 1 | Entry 2 6 | // 7 | // 5. This is another list item. 8 | -------------------------------------------------------------------------------- /test/data/md-table-05.md: -------------------------------------------------------------------------------- 1 | 1. This is a list item. 2 | 3 | Column 1 | Column 2 4 | ---------|--------- 5 | Entry 1 | Entry 2 6 | 7 | 5. This is another list item. 8 | -------------------------------------------------------------------------------- /test/data/md-table-06.c: -------------------------------------------------------------------------------- 1 | // 1. This is a list item. 2 | // 3 | // Column 1 | Column 2 4 | // ---------|--------- 5 | // Entry 1 | Entry 2 6 | // 7 | // 9. This is a list item of the same list. 8 | -------------------------------------------------------------------------------- /test/data/md-table-06.md: -------------------------------------------------------------------------------- 1 | 1. This is a list item. 2 | 3 | Column 1 | Column 2 4 | ---------|--------- 5 | Entry 1 | Entry 2 6 | 7 | 9. This is a list item of the same list. 8 | -------------------------------------------------------------------------------- /test/data/md-ul-01.c: -------------------------------------------------------------------------------- 1 | // 2 | // Based on the implementation given in: 3 | // 4 | // + Brian W. Kernighan and Dennis M. Ritchie: "The C Programming Language," 5 | // 2nd ed., section 7.7 "Line Input and Output," Prentice Hall, 1988, p. 6 | // 134. 7 | // 8 | -------------------------------------------------------------------------------- /test/data/md-ul-01sa.md: -------------------------------------------------------------------------------- 1 | * List item #1. 2 | * List item #2. 3 | 4 | Not part of the list. 5 | 6 | * Another list item #1. 7 | * Another list item #2. 8 | -------------------------------------------------------------------------------- /test/data/md-ul-01sb.md: -------------------------------------------------------------------------------- 1 | - List item #1. 2 | - List item #2. 3 | 4 | Not part of the list. 5 | 6 | - Another list item #1. 7 | - Another list item #2. 8 | -------------------------------------------------------------------------------- /test/data/md-ul-01sc.md: -------------------------------------------------------------------------------- 1 | + List item #1. 2 | + List item #2. 3 | 4 | Not part of the list. 5 | 6 | + Another list item #1. 7 | + Another list item #2. 8 | -------------------------------------------------------------------------------- /test/data/md-ul-02.c: -------------------------------------------------------------------------------- 1 | // + First sentence. 2 | // Second sentence. 3 | -------------------------------------------------------------------------------- /test/data/md-ul-02sa.md: -------------------------------------------------------------------------------- 1 | * List item #1. 2 | 3 | * List item #2. 4 | 5 | Not part of the list. 6 | 7 | * Another list item #1. 8 | 9 | * Another list item #2. 10 | -------------------------------------------------------------------------------- /test/data/md-ul-02sb.md: -------------------------------------------------------------------------------- 1 | - List item #1. 2 | 3 | - List item #2. 4 | 5 | Not part of the list. 6 | 7 | - Another list item #1. 8 | 9 | - Another list item #2. 10 | -------------------------------------------------------------------------------- /test/data/md-ul-02sc.md: -------------------------------------------------------------------------------- 1 | + List item #1. 2 | 3 | + List item #2. 4 | 5 | Not part of the list. 6 | 7 | + Another list item #1. 8 | 9 | + Another list item #2. 10 | -------------------------------------------------------------------------------- /test/data/md-ul-03.c: -------------------------------------------------------------------------------- 1 | // To do: 2 | // 3 | // * This is a bullet. 4 | // This is the second line of the same bullet. 5 | -------------------------------------------------------------------------------- /test/data/md-ul-03sa.md: -------------------------------------------------------------------------------- 1 | * First sentence of first item. 2 | Second sentence of first item. 3 | Third sentence of first item. 4 | 5 | * First sentence of second item. 6 | 7 | Second sentence of second item. 8 | Third sentence of second item. 9 | 10 | * First sentence of third item. 11 | 12 | Not part of the list. 13 | -------------------------------------------------------------------------------- /test/data/md-ul-03sb.md: -------------------------------------------------------------------------------- 1 | + List item #1. 2 | Second sentence of list item #1. 3 | Third sentence of list item #1. 4 | Fourth sentence of list item #1. 5 | 6 | + List item #2. 7 | 8 | Second sentence of list item #2. 9 | Third sentence of list item #2. 10 | Fourth sentence of list item #2. 11 | 12 | Not part of the list. 13 | -------------------------------------------------------------------------------- /test/data/md-ul-03sc.md: -------------------------------------------------------------------------------- 1 | - List item #1. 2 | Second sentence of list item #1. 3 | Third sentence of list item #1. 4 | Fourth sentence of list item #1. 5 | 6 | - List item #2. 7 | 8 | Second sentence of list item #2. 9 | Third sentence of list item #2. 10 | Fourth sentence of list item #2. 11 | 12 | Not part of the list. 13 | -------------------------------------------------------------------------------- /test/data/md-ul-04.c: -------------------------------------------------------------------------------- 1 | // To do: 2 | // 3 | // * This is a bullet. 4 | // This is the second line of the same bullet. 5 | // This is the third line of the same bullet. 6 | -------------------------------------------------------------------------------- /test/data/md-ul-05.c: -------------------------------------------------------------------------------- 1 | // + List item. 2 | // 3 | // Not list item. 4 | -------------------------------------------------------------------------------- /test/data/md-ul-06.c: -------------------------------------------------------------------------------- 1 | // @param x 2 | // + Bullet 3 | // @param y 4 | -------------------------------------------------------------------------------- /test/data/no_section.wraprc: -------------------------------------------------------------------------------- 1 | Line not in any section. 2 | -------------------------------------------------------------------------------- /test/data/pattern-alias_exp.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | man = -dep,:; 3 | 4 | [PATTERNS] 5 | *.[1-9] = 6 | -------------------------------------------------------------------------------- /test/data/pattern-no_alias.wraprc: -------------------------------------------------------------------------------- 1 | [PATTERNS] 2 | *.[1-9] = man 3 | -------------------------------------------------------------------------------- /test/data/pattern-no_equal.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | man = -dep,:; 3 | 4 | [PATTERNS] 5 | *.[1-9] 6 | -------------------------------------------------------------------------------- /test/data/pattern-unexp_char.wraprc: -------------------------------------------------------------------------------- 1 | [ALIASES] 2 | man = -dep,:; 3 | 4 | [PATTERNS] 5 | *.[1-9] man 6 | -------------------------------------------------------------------------------- /test/data/regex-http-01.txt: -------------------------------------------------------------------------------- 1 | This is an example HTTP URI: http://www.example-site.com 2 | -------------------------------------------------------------------------------- /test/data/regex-http-02.txt: -------------------------------------------------------------------------------- 1 | http://www.example-site.com http://www.example-site.com 2 | -------------------------------------------------------------------------------- /test/data/test_08.c: -------------------------------------------------------------------------------- 1 | // When wrapped, there should be no additional line added. 2 | // 3 | // 4 | printf( "hello, world\n" ); 5 | -------------------------------------------------------------------------------- /test/data/utf8-01.txt: -------------------------------------------------------------------------------- 1 | This is a text file that contains some Unicode characters — ½ ⅓ ⅔ ¼ ¾ ⅕ ⅖ ⅗ ⅘ ⅛ ⅜ ⅝ ⅞ — encoded as UTF-8 for testing purposes. 2 | -------------------------------------------------------------------------------- /test/data/wrap-P-01.txt: -------------------------------------------------------------------------------- 1 | Both wrap and wrapc now support aliases. 2 | An alias is a user-defined, short-hand name for command-line options that are frequently used together. 3 | -------------------------------------------------------------------------------- /test/data/wrap-P-02.txt: -------------------------------------------------------------------------------- 1 | Both wrap and wrapc now support aliases. 2 | An alias is a user-defined, short-hand name for command-line options that are frequently used together. 3 | -------------------------------------------------------------------------------- /test/data/wrap-P-03.txt: -------------------------------------------------------------------------------- 1 | Both wrap and wrapc now support aliases. An alias is a user-defined, short-hand name 2 | for command-line options that are frequently used together. 3 | -------------------------------------------------------------------------------- /test/data/wrap-P-04.txt: -------------------------------------------------------------------------------- 1 | Both wrap and wrapc now support aliases. An alias is a user-defined, short-hand name 2 | for command-line options that are frequently used together. 3 | -------------------------------------------------------------------------------- /test/data/wrap-b.txt: -------------------------------------------------------------------------------- 1 | Reads the configuration file. 2 | 3 | @param conf_file The full-path of the configuration file to read. 4 | If NULL, 5 | then the user's home directory is checked for the presence of the default configuration file. 6 | If found, that file is read. 7 | @return Returns the full-path 8 | of the configuration file that was read. 9 | -------------------------------------------------------------------------------- /test/data/wrapc-01.cpp: -------------------------------------------------------------------------------- 1 | // Leading whitespace characters delimit paragraphs 2 | // and the previous character was a newline which means this whitespace character 3 | // is at the beginning of a line: delimit the paragraph. 4 | -------------------------------------------------------------------------------- /test/data/wrapc-A-01a.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-01b.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; /* max width of line */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-02a.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-02b.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; /* max width of line */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-03a.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-03b.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; /* max width of line */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-04a.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-04b.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; /* max width of line */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-05a.c: -------------------------------------------------------------------------------- 1 | static size_t a_very_long_variable_name;// max width of line 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-05b.c: -------------------------------------------------------------------------------- 1 | static size_t a_very_long_variable_name;/* max width of line */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-06.c: -------------------------------------------------------------------------------- 1 | static size_t foo_var = bar_var + baz_var;// max width of line 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-07.c: -------------------------------------------------------------------------------- 1 | "//" "," // C, Objective C, C++, C#, D, Go, Java, Rust, Scala, Swift 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-08a.c: -------------------------------------------------------------------------------- 1 | } // for 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-08b.pas: -------------------------------------------------------------------------------- 1 | end { while } 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-08c.c: -------------------------------------------------------------------------------- 1 | #endif /* NDEBUG */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-09a.c: -------------------------------------------------------------------------------- 1 | }, // comment 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-10.c: -------------------------------------------------------------------------------- 1 | char *tws = NULL; /* trailing whitespace */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-11.c: -------------------------------------------------------------------------------- 1 | char *tws = NULL; /* trailing whitespace */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-12.c: -------------------------------------------------------------------------------- 1 | char *tws = NULL; /* trailing whitespace */ 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-13.c: -------------------------------------------------------------------------------- 1 | char const SLASH[] = "/"; // "/" in the quotes isn't a comment 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-14.c: -------------------------------------------------------------------------------- 1 | char const SPACE[] = " ";// should use tabs to align 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-14s.c: -------------------------------------------------------------------------------- 1 | char const SPACE[] = " ";// should use spaces to align 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-15.c: -------------------------------------------------------------------------------- 1 | char const SPACE[] = " \" ";// should use tabs to align 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-16.c: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-18.c: -------------------------------------------------------------------------------- 1 | char cc_buf[ 3 + 1/*null*/ ] = { '\0' }; 2 | -------------------------------------------------------------------------------- /test/data/wrapc-A-19.pas: -------------------------------------------------------------------------------- 1 | program hello( output ); 2 | begin 3 | writeln( 'hello, world' ) { no ';' is needed here -> } ; 4 | end. 5 | -------------------------------------------------------------------------------- /test/data/wrapc-D-01.txt: -------------------------------------------------------------------------------- 1 | ? As a special-case, 2 | ? if the first line is NOT a comment, 3 | ? then just wrap all lines using the leading whitespace of the first line as a prototype for + all subsequent lines, 4 | ? i.e., do NOT ever tell wrap(1) to pass text through verbatim (below). 5 | -------------------------------------------------------------------------------- /test/data/wrapc-block-01.txt: -------------------------------------------------------------------------------- 1 | # We want to resolve the symbolic link of ONLY src_path and not ALL the symbolic links 2 | # in the entire path, hence we can't use realpath(). 3 | ## 4 | -------------------------------------------------------------------------------- /test/data/wrapc-block-02.txt: -------------------------------------------------------------------------------- 1 | # We want to resolve the symbolic link of ONLY src_path and not ALL the symbolic links 2 | # in the entire path, hence we can't use realpath(). 3 | ## 4 | new_src_path = os.readlink( src_path ) 5 | -------------------------------------------------------------------------------- /test/data/wrapc-block-03.txt: -------------------------------------------------------------------------------- 1 | ## 2 | # We want to resolve the symbolic link of ONLY src_path and not ALL the symbolic links 3 | # in the entire path, hence we can't use realpath(). 4 | ## 5 | new_src_path = os.readlink( src_path ) 6 | -------------------------------------------------------------------------------- /test/data/wrapc-box-01.c: -------------------------------------------------------------------------------- 1 | /**/ 2 | /* This is a boxed comment. */ 3 | /* This is the second sentence of a boxed comment. */ 4 | /* This is the third sentence of a boxed comment. */ 5 | /* This is the fourth sentence of a boxed comment. 6 | /**/ 7 | -------------------------------------------------------------------------------- /test/data/wrapc-box-01.pas: -------------------------------------------------------------------------------- 1 | {} 2 | { This is a boxed comment. } 3 | { This is the second sentence of a boxed comment. } 4 | { This is the third sentence of a boxed comment. } 5 | { This is the fourth sentence of a boxed comment. 6 | {} 7 | -------------------------------------------------------------------------------- /test/data/wrapc-box-01.sh: -------------------------------------------------------------------------------- 1 | # 2 | # This is a boxed comment. # 3 | # This is the second sentence of a boxed comment. # 4 | # This is the third sentence of a boxed comment. # 5 | # This is the fourth sentence of a boxed comment. 6 | # 7 | -------------------------------------------------------------------------------- /test/data/wrapc-box-02.c: -------------------------------------------------------------------------------- 1 | /**/ 2 | /* This is a boxed comment. */ 3 | /* This is the second sentence of a boxed comment. */ 4 | /* This is the third sentence of a boxed comment. */ 5 | /* This is the fourth sentence of a boxed comment. 6 | -------------------------------------------------------------------------------- /test/data/wrapc-box-02.pas: -------------------------------------------------------------------------------- 1 | {} 2 | { This is a boxed comment. } 3 | { This is the second sentence of a boxed comment. } 4 | { This is the third sentence of a boxed comment. } 5 | { This is the fourth sentence of a boxed comment. 6 | -------------------------------------------------------------------------------- /test/data/wrapc-box-02.sh: -------------------------------------------------------------------------------- 1 | # 2 | # This is a boxed comment. # 3 | # This is the second sentence of a boxed comment. # 4 | # This is the third sentence of a boxed comment. # 5 | # This is the fourth sentence of a boxed comment. 6 | -------------------------------------------------------------------------------- /test/data/wrapc-box-03.c: -------------------------------------------------------------------------------- 1 | /**/ 2 | /* This is a boxed comment. */ 3 | /* This is the second sentence of a boxed comment. */ 4 | /* This is the third sentence of a boxed comment. */ 5 | /* This is the fourth sentence of a boxed comment. 6 | this_is_not_part_of_the_comment(); 7 | -------------------------------------------------------------------------------- /test/data/wrapc-box-03.pas: -------------------------------------------------------------------------------- 1 | {} 2 | { This is a boxed comment. } 3 | { This is the second sentence of a boxed comment. } 4 | { This is the third sentence of a boxed comment. } 5 | { This is the fourth sentence of a boxed comment. 6 | this_is_not_part_of_the_comment(); 7 | -------------------------------------------------------------------------------- /test/data/wrapc-box-03.sh: -------------------------------------------------------------------------------- 1 | # 2 | # This is a boxed comment. # 3 | # This is the second sentence of a boxed comment. # 4 | # This is the third sentence of a boxed comment. # 5 | # This is the fourth sentence of a boxed comment. 6 | this_is_not_part_of_the_comment(); 7 | -------------------------------------------------------------------------------- /test/data/wrapc-box-04.c: -------------------------------------------------------------------------------- 1 | /* This is a boxed comment. */ 2 | /* This is the second sentence of a boxed comment. */ 3 | /* This is the third sentence of a boxed comment. */ 4 | /* This is the fourth sentence of a boxed comment. 5 | -------------------------------------------------------------------------------- /test/data/wrapc-box-04.pas: -------------------------------------------------------------------------------- 1 | { This is a boxed comment. } 2 | { This is the second sentence of a boxed comment. } 3 | { This is the third sentence of a boxed comment. } 4 | { This is the fourth sentence of a boxed comment. 5 | -------------------------------------------------------------------------------- /test/data/wrapc-box-04.sh: -------------------------------------------------------------------------------- 1 | # This is a boxed comment. # 2 | # This is the second sentence of a boxed comment. # 3 | # This is the third sentence of a boxed comment. # 4 | # This is the fourth sentence of a boxed comment. 5 | -------------------------------------------------------------------------------- /test/data/wrapc-box-06.sh: -------------------------------------------------------------------------------- 1 | # This is a comment that has a '#' in it. # 2 | # The '#' in the middle shouldn't be chopped off prior to wrapping. # 3 | -------------------------------------------------------------------------------- /test/data/wrapc-box-07.c: -------------------------------------------------------------------------------- 1 | /**/ 2 | /** This is a boxed comment. **/ 3 | /** This is the second sentence of a boxed comment. **/ 4 | /** This is the third sentence of a boxed comment. **/ 5 | /** This is the fourth sentence of a boxed comment. 6 | /**/ 7 | -------------------------------------------------------------------------------- /test/data/wrapc-box-07.sh: -------------------------------------------------------------------------------- 1 | ### 2 | ### This is a boxed comment. ### 3 | ### This is the second sentence of a boxed comment. ### 4 | ### This is the third sentence of a boxed comment. ### 5 | ### This is the fourth sentence of a boxed comment. 6 | ### 7 | -------------------------------------------------------------------------------- /test/data/wrapc-noncomment-01.txt: -------------------------------------------------------------------------------- 1 | If a subsequent line does not start with whitespace followed by comment delimiters, 2 | it signals the end of the comment 3 | and all remaining lines 4 | are passed through verbatim. 5 | -------------------------------------------------------------------------------- /test/data/wrapc-noncomment-02.txt: -------------------------------------------------------------------------------- 1 | If a subsequent line does not start with whitespace 2 | followed by comment delimiters, 3 | it signals the end of the comment and all remaining lines are passed through verbatim. 4 | -------------------------------------------------------------------------------- /test/data/wrapc-single_line-01.txt: -------------------------------------------------------------------------------- 1 | // extern variable definitions 2 | char const *me; // executable name 3 | -------------------------------------------------------------------------------- /test/data/wrapc-trailing-ws-01.txt: -------------------------------------------------------------------------------- 1 | // This comment ... 2 | // 3 | // ... has trailing whitespace 4 | // on some of the lines. 5 | // 6 | // It should be eliminated. 7 | -------------------------------------------------------------------------------- /test/data/wrapc-x-03.c: -------------------------------------------------------------------------------- 1 | /** 2 | * BLANK LINE BELOW 3 | * 4 | * @parblock 5 | * FOO 6 | * @endparblock 7 | * 8 | * BLANK LINE ABOVE 9 | * @return Returns 0. 10 | */ 11 | -------------------------------------------------------------------------------- /test/data/xquery_01.xq: -------------------------------------------------------------------------------- 1 | : Using this module, you can parse JSON data into XML, manipulate it like any other XML data using XQuery, 2 | : and serialize the result 3 | : back as JSON. 4 | -------------------------------------------------------------------------------- /test/data/xquery_02.xq: -------------------------------------------------------------------------------- 1 | : Using this module, you can parse JSON data into XML, manipulate it like any other XML data using XQuery, 2 | : and serialize the result 3 | : back as JSON. 4 | :) 5 | -------------------------------------------------------------------------------- /test/data/xquery_03.xq: -------------------------------------------------------------------------------- 1 | : Using this module, you can parse JSON data into XML, manipulate it like any other XML data using XQuery, 2 | : and serialize the result 3 | : back as JSON. 4 | :) 5 | module namespace json = "http://www.zorba-xquery.com/modules/converters/json"; 6 | -------------------------------------------------------------------------------- /test/data/xquery_04.xq: -------------------------------------------------------------------------------- 1 | (:~ 2 | : Using this module, you can parse JSON data into XML, manipulate it like any other XML data using XQuery, 3 | : and serialize the result 4 | : back as JSON. 5 | :) 6 | module namespace json = "http://www.zorba-xquery.com/modules/converters/json"; 7 | -------------------------------------------------------------------------------- /test/data/xquery_07.xq: -------------------------------------------------------------------------------- 1 | (: 2 | Using this module, you can parse JSON data into XML, manipulate it like any other XML data using XQuery, 3 | and serialize the result 4 | back as JSON. 5 | :) 6 | module namespace json = "http://www.zorba-xquery.com/modules/converters/json"; 7 | -------------------------------------------------------------------------------- /test/expected/utf8-w77.txt: -------------------------------------------------------------------------------- 1 | This is a text file that contains some Unicode characters — ½ ⅓ ⅔ ¼ ¾ ⅕ ⅖ ⅗ 2 | ⅘ ⅛ ⅜ ⅝ ⅞ — encoded as UTF-8 for testing purposes. 3 | -------------------------------------------------------------------------------- /test/expected/utf8-w78.txt: -------------------------------------------------------------------------------- 1 | This is a text file that contains some Unicode characters — ½ ⅓ ⅔ ¼ ¾ ⅕ ⅖ ⅗ ⅘ 2 | ⅛ ⅜ ⅝ ⅞ — encoded as UTF-8 for testing purposes. 3 | -------------------------------------------------------------------------------- /test/expected/utf8-w79.txt: -------------------------------------------------------------------------------- 1 | This is a text file that contains some Unicode characters — ½ ⅓ ⅔ ¼ ¾ ⅕ ⅖ ⅗ ⅘ 2 | ⅛ ⅜ ⅝ ⅞ — encoded as UTF-8 for testing purposes. 3 | -------------------------------------------------------------------------------- /test/expected/utf8-w80.txt: -------------------------------------------------------------------------------- 1 | This is a text file that contains some Unicode characters — ½ ⅓ ⅔ ¼ ¾ ⅕ ⅖ ⅗ ⅘ ⅛ 2 | ⅜ ⅝ ⅞ — encoded as UTF-8 for testing purposes. 3 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-Setext-05.txt: -------------------------------------------------------------------------------- 1 | Header 2 | ====== 3 | 4 | The Setext line above has trailing whitespace. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-abbr-01.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | *[HTML]: Hyper Text Markup Language 4 | This is the fourth sentence. This is the fifth sentence. This is the sixth 5 | sentence. 6 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-abbr-02.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | *[HTML]: Hyper Text Markup Language 5 | This is the fourth sentence. This is the fifth sentence. This is the sixth 6 | sentence. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-abbr-03.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | *[HTML]: Hyper Text Markup Language 4 | 5 | This is the fourth sentence. This is the fifth sentence. This is the sixth 6 | sentence. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-abbr-04.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | *[HTML]: Hyper Text Markup Language 5 | 6 | This is the fourth sentence. This is the fifth sentence. This is the sixth 7 | sentence. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-abbr-05.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | *[HTML]: Hyper Text Markup Language 5 | *[W3C]: World Wide Web Consortium 6 | 7 | This is the fourth sentence. This is the fifth sentence. This is the sixth 8 | sentence. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-atx-04.txt: -------------------------------------------------------------------------------- 1 | #1 This is not an ATX header. This is ordinary text. 2 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-dl-03s.txt: -------------------------------------------------------------------------------- 1 | Term 1 2 | : First sentence of first definition. Second sentence of first definition. 3 | Third sentence of first definition. 4 | : First sentence of second definition. Second sentence of second definition. 5 | Third sentence of second definition. 6 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-dl-04s.txt: -------------------------------------------------------------------------------- 1 | Term 1 2 | 3 | : First sentence of first item. Second sentence of first item. Third sentence 4 | of first item. Fourth sentence of first item. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-fence-03a.txt: -------------------------------------------------------------------------------- 1 | This is a line of text. The fence has one too few tildes so it should not be 2 | treated as a code block. ~~ int main( void ) { printf( "hello, world\n" ); } 3 | ~~ This is another line of text. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-fence-03c.txt: -------------------------------------------------------------------------------- 1 | This is a line of text. This is another line of text. 2 | ~~~~ 3 | int main( void ) { 4 | printf( "hello, world\n" ); 5 | } 6 | ~~~~~ 7 | This is a third line of text and should not be treated as code because the 8 | closing fence has at least as many of the same characters as the opening fence. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-01a.txt: -------------------------------------------------------------------------------- 1 | *** 2 | That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-01b.txt: -------------------------------------------------------------------------------- 1 | --- 2 | That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-01c.txt: -------------------------------------------------------------------------------- 1 | ___ 2 | That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-02a.txt: -------------------------------------------------------------------------------- 1 | *** 2 | 3 | That was a horizontal rule. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-02b.txt: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | That was a horizontal rule. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-02c.txt: -------------------------------------------------------------------------------- 1 | ___ 2 | 3 | That was a horizontal rule. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-03a.txt: -------------------------------------------------------------------------------- 1 | This is not a title. 2 | *** 3 | 4 | That was a horizontal rule. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-03b.txt: -------------------------------------------------------------------------------- 1 | This is not a title. 2 | --- 3 | 4 | That was a horizontal rule. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-hr-03c.txt: -------------------------------------------------------------------------------- 1 | This is not a title. 2 | ___ 3 | 4 | That was a horizontal rule. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-01.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | 5 | 6 | 7 | 8 |
Aha!
9 | 10 | This is the fourth sentence. This is the fifth sentence. This is the sixth 11 | sentence. 12 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-01a.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | 5 | 6 | 7 | 8 |
Aha!
9 | 10 | 11 | This is the fourth sentence. This is the fifth sentence. This is the sixth 12 | sentence. 13 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-02.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | 5 | 6 | 7 | 8 |
Aha!
9 | 10 | This is the fourth sentence. This is the fifth sentence. This is the sixth 11 | sentence. 12 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-03.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | 5 | 6 | 7 |
Aha!
8 | 9 | This is the fourth sentence. This is the fifth sentence. This is the sixth 10 | sentence. 11 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-03a.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | 5 | 6 | 7 |
Aha!
8 | 9 | 10 | This is the fourth sentence. This is the fifth sentence. This is the sixth 11 | sentence. 12 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-04.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. 3 | 4 | 5 | 6 | 7 |
Aha!
8 | 9 | This is the fourth sentence. This is the fifth sentence. This is the sixth 10 | sentence. 11 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-05.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. This is the third 2 | sentence. Span-level HTML. This is the fourth sentence. This is the 3 | fifth sentence. This is the sixth sentence. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-06.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. 2 | 3 |
4 | This is the third sentence. 5 | This is the fourth sentence. 6 |
7 | 8 | This is the fifth sentence. This is the sixth sentence. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-07.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. 2 | 3 |
4 | 5 | This is the third sentence. This is the fourth sentence. 6 | 7 |
8 | 9 | This is the fifth sentence. This is the sixth sentence. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-08.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. 2 | 3 |
4 | This is the third sentence. 5 | This is the fourth sentence. 6 | 7 | This is the fifth sentence. This is the sixth sentence. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-09.txt: -------------------------------------------------------------------------------- 1 | This is the first sentence. This is the second sentence. 2 | 3 | 4 | This is the third sentence. 5 | This is the fourth sentence. 6 | 7 | 8 | This is the fifth sentence. This is the sixth sentence. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-CDATA-01a.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 3 | This is some text. This is some more text. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-DOCTYPE-01a.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 3 | This is some text. This is some more text. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-DOCTYPE-01b.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 4 | This is some text. This is some more text. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-DOCTYPE-01c.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 5 | This is some text. This is some more text. 6 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-PI-01a.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 3 | This is some text. This is some more text. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-PI-01b.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 6 | This is some text. This is some more text. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-PI-01c.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 5 | This is some text. This is some more text. 6 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-comment-01a.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 3 | This is some text. This is some more text. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-pre-01.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 |

 3 | #include 
 4 | 
 5 | int main() {
 6 |   printf( "hello, world\n" );
 7 | }
 8 | 
9 | This is some text. This is some more text. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-script-01.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 7 | This is some text. This is some more text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-style-01.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 8 | This is some text. This is some more text. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-html-style-02.txt: -------------------------------------------------------------------------------- 1 | This is some text. This is some more text. 2 | 3 | This is some text. This is some more text. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-01a.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com 4 | This is a line of text. This is another line of text. This is yet a third 5 | line of text. 6 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-01b.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com 4 | 5 | This is a line of text. This is another line of text. This is yet a third 6 | line of text. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-01c.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com 5 | This is a line of text. This is another line of text. This is yet a third 6 | line of text. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-01d.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com 5 | 6 | This is a line of text. This is another line of text. This is yet a third 7 | line of text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-02a.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com "This is a title" 4 | This is a line of text. This is another line of text. This is yet a third 5 | line of text. 6 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-02b.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com "This is a title" 4 | 5 | This is a line of text. This is another line of text. This is yet a third 6 | line of text. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-02c.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com "This is a title" 5 | This is a line of text. This is another line of text. This is yet a third 6 | line of text. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-02d.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com "This is a title" 5 | 6 | This is a line of text. This is another line of text. This is yet a third 7 | line of text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-03a.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com 4 | "This is a title" 5 | This is a line of text. This is another line of text. This is yet a third 6 | line of text. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-03b.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com 4 | "This is a title" 5 | 6 | This is a line of text. This is another line of text. This is yet a third 7 | line of text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-03c.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com 5 | "This is a title" 6 | This is a line of text. This is another line of text. This is yet a third 7 | line of text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-03d.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com 5 | "This is a title" 6 | 7 | This is a line of text. This is another line of text. This is yet a third 8 | line of text. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-04a.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com 4 | "This is a title" 5 | This is a line of text. This is another line of text. This is yet a third 6 | line of text. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-04b.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com 4 | "This is a title" 5 | 6 | This is a line of text. This is another line of text. This is yet a third 7 | line of text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-04c.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com 5 | "This is a title" 6 | This is a line of text. This is another line of text. This is yet a third 7 | line of text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-04d.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com 5 | "This is a title" 6 | 7 | This is a line of text. This is another line of text. This is yet a third 8 | line of text. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-05a.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com 4 | "This is a title" 5 | This is a line of text. This is another line of text. This is yet a third 6 | line of text. 7 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-05b.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | [1]: http://www.example.com 4 | "This is a title" 5 | 6 | This is a line of text. This is another line of text. This is yet a third 7 | line of text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-05c.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com 5 | "This is a title" 6 | This is a line of text. This is another line of text. This is yet a third 7 | line of text. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-link-05d.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that contains a reference-style [link][1]. This is 2 | another line of text. This is yet a third line of text. 3 | 4 | [1]: http://www.example.com 5 | "This is a title" 6 | 7 | This is a line of text. This is another line of text. This is yet a third 8 | line of text. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-nested-02s.txt: -------------------------------------------------------------------------------- 1 | 1. First item of outer list. 2 | 3 | + First item of nested list. 4 | 5 | 2. Second item of outer list. 6 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-01s.txt: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 4 | Not part of the list. 5 | 6 | 7. Another list item #7. 7 | 8. Another list item #8. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-02s.txt: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 3 | 2. List item #2. 4 | 5 | Not part of the list. 6 | 7 | 7. Another list item #7. 8 | 9 | 8. Another list item #8. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-03s.txt: -------------------------------------------------------------------------------- 1 | 1. List item #1. Second sentence of list item #1. Third sentence of list item 2 | #1. Fourth sentence of list item #1. 3 | 2. List item #2. 4 | 5 | Not part of the list. 6 | 7 | 7. Another list item #7. 8 | 9 | 8. Another list item #8. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-04s.txt: -------------------------------------------------------------------------------- 1 | 1. List item #1. Second sentence of list item #1. Third sentence of list item 2 | #1. Fourth sentence of list item #1. 3 | 4 | 2. List item #2. 5 | 6 | Not part of the list. 7 | 8 | 7. Another list item #7. 9 | 8. Another list item #8. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-06s.txt: -------------------------------------------------------------------------------- 1 | 1) List item #1. 2 | 2) List item #2. 3 | 4 | Not part of the list. 5 | 6 | 7) Another list item #7. 7 | 8) Another list item #8. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-07s.txt: -------------------------------------------------------------------------------- 1 | 1234567890. This is not a list item. 1234567891. And neither is this. 2 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-08s.txt: -------------------------------------------------------------------------------- 1 | 1) List item #1. 2 | 2) List item #2. 3 | 4 | Not part of the list. 5 | 6 | 7) Another list item #7. 7 | 8) Another list item #8. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-09s.txt: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 8) List item #8. 4 | 9) List item #9. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-12s.txt: -------------------------------------------------------------------------------- 1 | 10. Flush output_buf and print the Markdown line as-is "behind wrap's back" 2 | because these line types are never wrapped. 3 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-ol-01s.txt: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 3. List item #3. 4 | 4. List item #4. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-ol-02s.txt: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 1. Nested list item #1. 4 | 2. Nested list item #2. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ol-ol-03s.txt: -------------------------------------------------------------------------------- 1 | 1. List item #1. 2 | 2. List item #2. 3 | 1) Nested list item #1. 4 | 2) Nested list item #2. 5 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-table-01.txt: -------------------------------------------------------------------------------- 1 | Column 1 | Column 2 2 | ---------|--------- 3 | Entry 1 | Entry 2 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-table-02.txt: -------------------------------------------------------------------------------- 1 | This is a line of text. 2 | 3 | Column 1 | Column 2 4 | ---------|--------- 5 | Entry 1 | Entry 2 6 | 7 | This is a second line of text. This is a third line of text. This is a fourth 8 | line of text. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-table-03.txt: -------------------------------------------------------------------------------- 1 | This is a line of text. 2 | 3 | Column 1 | Column 2 4 | ---------|--------- 5 | Entry 1 | Entry 2 6 | 7 | This is a second line of text. This is a third line of text. This is a fourth 8 | line of text. 9 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-table-04.txt: -------------------------------------------------------------------------------- 1 | This is a line of text that just so happens to have a | in it. 2 | This is a second line of text. This is a third line of text. This is a fourth 3 | line of text. 4 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-table-05.txt: -------------------------------------------------------------------------------- 1 | 1. This is a list item. 2 | 3 | Column 1 | Column 2 4 | ---------|--------- 5 | Entry 1 | Entry 2 6 | 7 | 5. This is another list item. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-table-06.txt: -------------------------------------------------------------------------------- 1 | 1. This is a list item. 2 | 3 | Column 1 | Column 2 4 | ---------|--------- 5 | Entry 1 | Entry 2 6 | 7 | 2. This is a list item of the same list. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ul-01sa.txt: -------------------------------------------------------------------------------- 1 | * List item #1. 2 | * List item #2. 3 | 4 | Not part of the list. 5 | 6 | * Another list item #1. 7 | * Another list item #2. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ul-01sb.txt: -------------------------------------------------------------------------------- 1 | - List item #1. 2 | - List item #2. 3 | 4 | Not part of the list. 5 | 6 | - Another list item #1. 7 | - Another list item #2. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ul-01sc.txt: -------------------------------------------------------------------------------- 1 | + List item #1. 2 | + List item #2. 3 | 4 | Not part of the list. 5 | 6 | + Another list item #1. 7 | + Another list item #2. 8 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ul-02sa.txt: -------------------------------------------------------------------------------- 1 | * List item #1. 2 | 3 | * List item #2. 4 | 5 | Not part of the list. 6 | 7 | * Another list item #1. 8 | 9 | * Another list item #2. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ul-02sb.txt: -------------------------------------------------------------------------------- 1 | - List item #1. 2 | 3 | - List item #2. 4 | 5 | Not part of the list. 6 | 7 | - Another list item #1. 8 | 9 | - Another list item #2. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ul-02sc.txt: -------------------------------------------------------------------------------- 1 | + List item #1. 2 | 3 | + List item #2. 4 | 5 | Not part of the list. 6 | 7 | + Another list item #1. 8 | 9 | + Another list item #2. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ul-03sb.txt: -------------------------------------------------------------------------------- 1 | + List item #1. Second sentence of list item #1. Third sentence of list item 2 | #1. Fourth sentence of list item #1. 3 | 4 | + List item #2. 5 | 6 | Second sentence of list item #2. Third sentence of list item #2. Fourth 7 | sentence of list item #2. 8 | 9 | Not part of the list. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--Markdown-ul-03sc.txt: -------------------------------------------------------------------------------- 1 | - List item #1. Second sentence of list item #1. Third sentence of list item 2 | #1. Fourth sentence of list item #1. 3 | 4 | - List item #2. 5 | 6 | Second sentence of list item #2. Third sentence of list item #2. Fourth 7 | sentence of list item #2. 8 | 9 | Not part of the list. 10 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-01.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi-jk-l- 2 | mnop 3 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-02.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi-jk-l-mnop 2 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-03.txt: -------------------------------------------------------------------------------- 1 | The newline- and null-terminated string to check. 2 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-04.txt: -------------------------------------------------------------------------------- 1 | Word- 1 2 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-05.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi-jk-l-- 2 | mnop 3 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-06.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi-jk-l--mnop 2 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-07.txt: -------------------------------------------------------------------------------- 1 | The null-terminated string to check. 2 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-08.txt: -------------------------------------------------------------------------------- 1 | Helper function for c_ast_gibberish_impl() that prints a pointer, pointer- 2 | to-member, or reference qualifier, if any, and the name, if any. 3 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-U+00AD-01.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi­jk­l­ 2 | mnop 3 | -------------------------------------------------------------------------------- /test/expected/wrap--hyphen-U+2010-01.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi‐jk‐l‐ 2 | mnop 3 | -------------------------------------------------------------------------------- /test/expected/wrap--long_line-01.txt: -------------------------------------------------------------------------------- 1 | X 2 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQ 3 | -------------------------------------------------------------------------------- /test/expected/wrap--long_line-02.txt: -------------------------------------------------------------------------------- 1 | X 2 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQR 3 | -------------------------------------------------------------------------------- /test/expected/wrap--long_line-03.txt: -------------------------------------------------------------------------------- 1 | X 2 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ 3 | end 4 | -------------------------------------------------------------------------------- /test/expected/wrap--long_line-04.txt: -------------------------------------------------------------------------------- 1 | X 2 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ 3 | end 4 | -------------------------------------------------------------------------------- /test/expected/wrap--regex-http-01.txt: -------------------------------------------------------------------------------- 1 | This is an example HTTP URI: 2 | http://www.example-site.com 3 | -------------------------------------------------------------------------------- /test/expected/wrap--regex-http-02.txt: -------------------------------------------------------------------------------- 1 | http://www.example-site.com 2 | http://www.example-site.com 3 | -------------------------------------------------------------------------------- /test/expected/wrap-P-01.txt: -------------------------------------------------------------------------------- 1 | Both wrap and wrapc now support aliases. An alias is a user-defined, short- 2 | hand name for command-line options that are frequently used together. 3 | -------------------------------------------------------------------------------- /test/expected/wrap-P-02.txt: -------------------------------------------------------------------------------- 1 | Both wrap and wrapc now support aliases. An alias is a user-defined, 2 | short-hand name for command-line options that are frequently used 3 | together. 4 | -------------------------------------------------------------------------------- /test/expected/wrap-P-03.txt: -------------------------------------------------------------------------------- 1 | Both wrap and wrapc now support aliases. An alias is a user-defined, 2 | short-hand name for command-line options that are frequently used 3 | together. 4 | -------------------------------------------------------------------------------- /test/expected/wrap-P-04.txt: -------------------------------------------------------------------------------- 1 | Both wrap and wrapc now support aliases. An alias is a user-defined, 2 | short-hand name for command-line options that are frequently used 3 | together. 4 | -------------------------------------------------------------------------------- /test/expected/wrap-b-h1.txt: -------------------------------------------------------------------------------- 1 | Reads the configuration file. 2 | 3 | @param conf_file The full-path of the configuration file to read. If NULL, 4 | then the user's home directory is checked for the presence of the 5 | default configuration file. If found, that file is read. 6 | @return Returns the full-path of the configuration file that was read. 7 | -------------------------------------------------------------------------------- /test/expected/wrap-b-t1.txt: -------------------------------------------------------------------------------- 1 | Reads the configuration file. 2 | 3 | @param conf_file The full-path of the configuration file to read. If 4 | NULL, then the user's home directory is checked for the presence of the 5 | default configuration file. If found, that file is read. 6 | @return Returns the full-path of the configuration file that was read. 7 | -------------------------------------------------------------------------------- /test/expected/wrap-b.txt: -------------------------------------------------------------------------------- 1 | Reads the configuration file. 2 | 3 | @param conf_file The full-path of the configuration file to read. If NULL, 4 | then the user's home directory is checked for the presence of the default 5 | configuration file. If found, that file is read. 6 | @return Returns the full-path of the configuration file that was read. 7 | -------------------------------------------------------------------------------- /test/expected/wrap-y-01.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx 2 | abcdefghi-jk-l-mnop 3 | -------------------------------------------------------------------------------- /test/expected/wrap-y-02.txt: -------------------------------------------------------------------------------- 1 | xxxx xxxx xxxxx xx xxxx x xx xx xxxx xx xxx xxxxxx abcdefghi- jk-l-mnop 2 | -------------------------------------------------------------------------------- /test/expected/wrapc--C-08.txt: -------------------------------------------------------------------------------- 1 | // When wrapped, there should be no additional line added. 2 | // 3 | // 4 | printf( "hello, world\n" ); 5 | -------------------------------------------------------------------------------- /test/expected/wrapc--D-01.txt: -------------------------------------------------------------------------------- 1 | /+ 2 | + The D programming language is an object-oriented, imperative, multi-paradigm 3 | + system programming language created by Walter Bright of Digital Mars and 4 | + released in 2001. 5 | +/ 6 | void main() { 7 | writeln( "hello, world" ); 8 | } 9 | -------------------------------------------------------------------------------- /test/expected/wrapc--Haskell-00.txt: -------------------------------------------------------------------------------- 1 | - Haskell is a standardized, general-purpose purely functional programming 2 | - language, with non-strict semantics and strong static typing. It is named 3 | - after logician Haskell Curry. 4 | -} 5 | module Main where 6 | 7 | main = putStrLn "hello, world" 8 | -------------------------------------------------------------------------------- /test/expected/wrapc--Haskell-01.txt: -------------------------------------------------------------------------------- 1 | {- 2 | - Haskell is a standardized, general-purpose purely functional programming 3 | - language, with non-strict semantics and strong static typing. It is named 4 | - after logician Haskell Curry. 5 | -} 6 | module Main where 7 | 8 | main = putStrLn "hello, world" 9 | -------------------------------------------------------------------------------- /test/expected/wrapc--Haskell-02.txt: -------------------------------------------------------------------------------- 1 | {- 2 | Haskell is a standardized, general-purpose purely functional programming 3 | language, with non-strict semantics and strong static typing. It is named 4 | after logician Haskell Curry. 5 | -} 6 | module Main where 7 | 8 | main = putStrLn "hello, world" 9 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-Setext-05.txt: -------------------------------------------------------------------------------- 1 | // Header 2 | // ====== 3 | // 4 | // The Setext line above has trailing whitespace. 5 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-abbr-01.txt: -------------------------------------------------------------------------------- 1 | /* 2 | * This is the first sentence. This is the second sentence. This is the third 3 | * sentence. 4 | * *[HTML]: Hyper Text Markup Language 5 | * This is the fourth sentence. This is the fifth sentence. This is the sixth 6 | * sentence. 7 | */ 8 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-abbr-02.txt: -------------------------------------------------------------------------------- 1 | /* 2 | * This is the first sentence. This is the second sentence. This is the third 3 | * sentence. 4 | * 5 | * *[HTML]: Hyper Text Markup Language 6 | * This is the fourth sentence. This is the fifth sentence. This is the sixth 7 | * sentence. 8 | */ 9 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-abbr-03.txt: -------------------------------------------------------------------------------- 1 | /* 2 | * This is the first sentence. This is the second sentence. This is the third 3 | * sentence. 4 | * *[HTML]: Hyper Text Markup Language 5 | * 6 | * This is the fourth sentence. This is the fifth sentence. This is the sixth 7 | * sentence. 8 | */ 9 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-abbr-04.txt: -------------------------------------------------------------------------------- 1 | /* 2 | * This is the first sentence. This is the second sentence. This is the third 3 | * sentence. 4 | * 5 | * *[HTML]: Hyper Text Markup Language 6 | * 7 | * This is the fourth sentence. This is the fifth sentence. This is the sixth 8 | * sentence. 9 | */ 10 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-atx-04.txt: -------------------------------------------------------------------------------- 1 | // #1 This is not an ATX header. This is ordinary text. 2 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-dl-03s.txt: -------------------------------------------------------------------------------- 1 | (: 2 | : Term 1 3 | : : First sentence of first definition. Second sentence of first 4 | : definition. Third sentence of first definition. 5 | : : First sentence of second definition. Second sentence of second 6 | : definition. Third sentence of second definition. 7 | :) 8 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-hr-01a.txt: -------------------------------------------------------------------------------- 1 | // *** 2 | // That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-hr-01b.txt: -------------------------------------------------------------------------------- 1 | // --- 2 | // That was a horizontal rule. 3 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-html-05.txt: -------------------------------------------------------------------------------- 1 | // This is the first sentence. This is the second sentence. This is the 2 | // third sentence. Span-level HTML. This is the fourth sentence. 3 | // This is the fifth sentence. This is the sixth sentence. 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-nested-02s.txt: -------------------------------------------------------------------------------- 1 | // 1. First item of outer list. 2 | // 3 | // + First item of nested list. 4 | // 5 | // 2. Second item of outer list. 6 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ol-01s.txt: -------------------------------------------------------------------------------- 1 | // 1. List item #1. 2 | // 2. List item #2. 3 | // 4 | // Not part of the list. 5 | // 6 | // 7. Another list item #7. 7 | // 8. Another list item #8. 8 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ol-02s.txt: -------------------------------------------------------------------------------- 1 | // 1. List item #1. 2 | // 3 | // 2. List item #2. 4 | // 5 | // Not part of the list. 6 | // 7 | // 7. Another list item #7. 8 | // 9 | // 8. Another list item #8. 10 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ol-03s.txt: -------------------------------------------------------------------------------- 1 | // 1. List item #1. Second sentence of list item #1. Third sentence of list 2 | // item #1. Fourth sentence of list item #1. 3 | // 2. List item #2. 4 | // 5 | // Not part of the list. 6 | // 7 | // 7. Another list item #7. 8 | // 9 | // 8. Another list item #8. 10 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ol-04s.txt: -------------------------------------------------------------------------------- 1 | // 1. List item #1. Second sentence of list item #1. Third sentence of list 2 | // item #1. Fourth sentence of list item #1. 3 | // 4 | // 2. List item #2. 5 | // 6 | // Not part of the list. 7 | // 8 | // 7. Another list item #7. 9 | // 8. Another list item #8. 10 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ol-05s.txt: -------------------------------------------------------------------------------- 1 | // 1. This is a sentence that's part of a Markdown ordered list item. 2 | // 3 | // This is a sentence that is NOT part of a Markdown ordered list item. The 4 | // "The" at the end of the previous line should stay where it is. 5 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ol-06s.txt: -------------------------------------------------------------------------------- 1 | // 1) List item #1. 2 | // 2) List item #2. 3 | // 4 | // Not part of the list. 5 | // 6 | // 7) Another list item #7. 7 | // 8) Another list item #8. 8 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-table-01.txt: -------------------------------------------------------------------------------- 1 | // Column 1 | Column 2 2 | // ---------|--------- 3 | // Entry 1 | Entry 2 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-table-02.txt: -------------------------------------------------------------------------------- 1 | // This is a line of text. 2 | // 3 | // Column 1 | Column 2 4 | // ---------|--------- 5 | // Entry 1 | Entry 2 6 | // 7 | // This is a second line of text. This is a third line of text. This is a 8 | // fourth line of text. 9 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-table-03.txt: -------------------------------------------------------------------------------- 1 | // This is a line of text. 2 | // 3 | // Column 1 | Column 2 4 | // ---------|--------- 5 | // Entry 1 | Entry 2 6 | // 7 | // This is a second line of text. This is a third line of text. This is a 8 | // fourth line of text. 9 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-table-04.txt: -------------------------------------------------------------------------------- 1 | // This is a line of text that just so happens to have a | in it. 2 | // This is a second line of text. This is a third line of text. This is a 3 | // fourth line of text. 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-table-05.txt: -------------------------------------------------------------------------------- 1 | // 1. This is a list item. 2 | // 3 | // Column 1 | Column 2 4 | // ---------|--------- 5 | // Entry 1 | Entry 2 6 | // 7 | // 5. This is another list item. 8 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-table-06.txt: -------------------------------------------------------------------------------- 1 | // 1. This is a list item. 2 | // 3 | // Column 1 | Column 2 4 | // ---------|--------- 5 | // Entry 1 | Entry 2 6 | // 7 | // 2. This is a list item of the same list. 8 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ul-01.txt: -------------------------------------------------------------------------------- 1 | // 2 | // Based on the implementation given in: 3 | // 4 | // + Brian W. Kernighan and Dennis M. Ritchie: "The C Programming Language," 5 | // 2nd ed., section 7.7 "Line Input and Output," Prentice Hall, 1988, p. 6 | // 134. 7 | // 8 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ul-02.txt: -------------------------------------------------------------------------------- 1 | // + First sentence. Second sentence. 2 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ul-03.txt: -------------------------------------------------------------------------------- 1 | // To do: 2 | // 3 | // * This is a bullet. This is the second line of the same bullet. 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ul-04.txt: -------------------------------------------------------------------------------- 1 | // To do: 2 | // 3 | // * This is a bullet. This is the second line of the same bullet. This is 4 | // the third line of the same bullet. 5 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ul-05.txt: -------------------------------------------------------------------------------- 1 | // + List item. 2 | // 3 | // Not list item. 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--Markdown-ul-06.txt: -------------------------------------------------------------------------------- 1 | // @param x 2 | // + Bullet 3 | // @param y 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--XQuery-01.txt: -------------------------------------------------------------------------------- 1 | : Using this module, you can parse JSON data into XML, manipulate it like any 2 | : other XML data using XQuery, and serialize the result back as JSON. 3 | -------------------------------------------------------------------------------- /test/expected/wrapc--XQuery-02.txt: -------------------------------------------------------------------------------- 1 | : Using this module, you can parse JSON data into XML, manipulate it like any 2 | : other XML data using XQuery, and serialize the result back as JSON. 3 | :) 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--XQuery-03.txt: -------------------------------------------------------------------------------- 1 | : Using this module, you can parse JSON data into XML, manipulate it like any 2 | : other XML data using XQuery, and serialize the result back as JSON. 3 | :) 4 | module namespace json = "http://www.zorba-xquery.com/modules/converters/json"; 5 | -------------------------------------------------------------------------------- /test/expected/wrapc--XQuery-04.txt: -------------------------------------------------------------------------------- 1 | (:~ 2 | : Using this module, you can parse JSON data into XML, manipulate it like any 3 | : other XML data using XQuery, and serialize the result back as JSON. 4 | :) 5 | module namespace json = "http://www.zorba-xquery.com/modules/converters/json"; 6 | -------------------------------------------------------------------------------- /test/expected/wrapc--XQuery-07.txt: -------------------------------------------------------------------------------- 1 | (: 2 | Using this module, you can parse JSON data into XML, manipulate it like any 3 | other XML data using XQuery, and serialize the result back as JSON. 4 | :) 5 | module namespace json = "http://www.zorba-xquery.com/modules/converters/json"; 6 | -------------------------------------------------------------------------------- /test/expected/wrapc--block-01.txt: -------------------------------------------------------------------------------- 1 | # We want to resolve the symbolic link of ONLY src_path and not ALL the 2 | # symbolic links in the entire path, hence we can't use realpath(). 3 | ## 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--block-02.txt: -------------------------------------------------------------------------------- 1 | # We want to resolve the symbolic link of ONLY src_path and not ALL the 2 | # symbolic links in the entire path, hence we can't use realpath(). 3 | ## 4 | new_src_path = os.readlink( src_path ) 5 | -------------------------------------------------------------------------------- /test/expected/wrapc--block-03.txt: -------------------------------------------------------------------------------- 1 | ## 2 | # We want to resolve the symbolic link of ONLY src_path and not ALL the 3 | # symbolic links in the entire path, hence we can't use realpath(). 4 | ## 5 | new_src_path = os.readlink( src_path ) 6 | -------------------------------------------------------------------------------- /test/expected/wrapc--box-double-04.txt: -------------------------------------------------------------------------------- 1 | /* This is a boxed comment. This is the second sentence of a boxed */ 2 | /* comment. This is the third sentence of a boxed comment. This is the */ 3 | /* fourth sentence of a boxed comment. */ 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--box-eol-04.txt: -------------------------------------------------------------------------------- 1 | # This is a boxed comment. This is the second sentence of a boxed comment. # 2 | # This is the third sentence of a boxed comment. This is the fourth # 3 | # sentence of a boxed comment. # 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--box-eol-06.txt: -------------------------------------------------------------------------------- 1 | # This is a comment that has a '#' in it. The '#' in the middle shouldn't # 2 | # be chopped off prior to wrapping. # 3 | -------------------------------------------------------------------------------- /test/expected/wrapc--box-single-04.txt: -------------------------------------------------------------------------------- 1 | { This is a boxed comment. This is the second sentence of a boxed comment. } 2 | { This is the third sentence of a boxed comment. This is the fourth } 3 | { sentence of a boxed comment. } 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--noncomment-01.txt: -------------------------------------------------------------------------------- 1 | If a subsequent line does not start with whitespace followed by comment 2 | delimiters, it signals the end of the comment and all remaining lines are 3 | passed through verbatim. 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--noncomment-02.txt: -------------------------------------------------------------------------------- 1 | If a subsequent line does not start with whitespace followed by comment 2 | delimiters, it signals the end of the comment and all remaining lines are 3 | passed through verbatim. 4 | -------------------------------------------------------------------------------- /test/expected/wrapc--single_line-01.txt: -------------------------------------------------------------------------------- 1 | // extern variable definitions 2 | char const *me; // executable name 3 | -------------------------------------------------------------------------------- /test/expected/wrapc--trailing-ws-01.txt: -------------------------------------------------------------------------------- 1 | // This comment ... 2 | // 3 | // ... has trailing whitespace on some of the lines. 4 | // 5 | // It should be eliminated. 6 | -------------------------------------------------------------------------------- /test/expected/wrapc-01.txt: -------------------------------------------------------------------------------- 1 | // Leading whitespace characters delimit paragraphs and the previous 2 | // character was a newline which means this whitespace character is at 3 | // the beginning of a line: delimit the paragraph. 4 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-01a.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-01b.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; /* max width of line */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-02a.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-02b.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; /* max width of line */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-03a.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-03b.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; /* max width of line */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-04a.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-04b.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; /* max width of line */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-05a.txt: -------------------------------------------------------------------------------- 1 | static size_t a_very_long_variable_name;// max width of line 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-05b.txt: -------------------------------------------------------------------------------- 1 | static size_t a_very_long_variable_name;/* max width of line */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-06.txt: -------------------------------------------------------------------------------- 1 | static size_t foo_var = bar_var + baz_var;// max width of line 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-07.txt: -------------------------------------------------------------------------------- 1 | "//" "," // C, Objective C, C++, C#, D, Go, Java, Rust, Scala, Swift 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-08a.txt: -------------------------------------------------------------------------------- 1 | } // for 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-08b.txt: -------------------------------------------------------------------------------- 1 | end { while } 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-08c.txt: -------------------------------------------------------------------------------- 1 | #endif /* NDEBUG */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-09a.txt: -------------------------------------------------------------------------------- 1 | }, // comment 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-10.txt: -------------------------------------------------------------------------------- 1 | char *tws = NULL; /* trailing whitespace */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-11.txt: -------------------------------------------------------------------------------- 1 | char *tws = NULL; /* trailing whitespace */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-12.txt: -------------------------------------------------------------------------------- 1 | char *tws = NULL; /* trailing whitespace */ 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-13.txt: -------------------------------------------------------------------------------- 1 | char const SLASH[] = "/"; // "/" in the quotes isn't a comment 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-14.txt: -------------------------------------------------------------------------------- 1 | char const SPACE[] = " "; // should use tabs to align 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-14s.txt: -------------------------------------------------------------------------------- 1 | char const SPACE[] = " "; // should use spaces to align 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-15.txt: -------------------------------------------------------------------------------- 1 | char const SPACE[] = " \" "; // should use tabs to align 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-16.txt: -------------------------------------------------------------------------------- 1 | static size_t line_width; // max width of line 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-18.txt: -------------------------------------------------------------------------------- 1 | char cc_buf[ 3 + 1/*null*/ ] = { '\0' }; 2 | -------------------------------------------------------------------------------- /test/expected/wrapc-A-19.txt: -------------------------------------------------------------------------------- 1 | program hello( output ); 2 | begin 3 | writeln( 'hello, world' ) { no ';' is needed here -> } ; 4 | end. 5 | -------------------------------------------------------------------------------- /test/expected/wrapc-D-01.txt: -------------------------------------------------------------------------------- 1 | ? As a special-case, if the first line is NOT a comment, then just wrap all 2 | ? lines using the leading whitespace of the first line as a prototype for + 3 | ? all subsequent lines, i.e., do NOT ever tell wrap(1) to pass text through 4 | ? verbatim (below). 5 | -------------------------------------------------------------------------------- /test/expected/wrapc-x-03.txt: -------------------------------------------------------------------------------- 1 | /** 2 | * BLANK LINE BELOW 3 | * 4 | * @parblock 5 | * FOO 6 | * @endparblock 7 | * 8 | * BLANK LINE ABOVE 9 | * @return Returns 0. 10 | */ 11 | -------------------------------------------------------------------------------- /test/tests/.gitignore: -------------------------------------------------------------------------------- 1 | /*.trs 2 | -------------------------------------------------------------------------------- /test/tests/crlf-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | data-01.crlf | 0 2 | -------------------------------------------------------------------------------- /test/tests/crlf-ld-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -ld | data-01.crlf | 0 2 | -------------------------------------------------------------------------------- /test/tests/crlf-li-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -li | data-01.crlf | 0 2 | -------------------------------------------------------------------------------- /test/tests/crlf-lw-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -lw | data-01.crlf | 0 2 | -------------------------------------------------------------------------------- /test/tests/utf8-w77.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w77 | utf8-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/utf8-w78.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w78 | utf8-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/utf8-w79.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w79 | utf8-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/utf8-w80.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w80 | utf8-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-Setext-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-Setext-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-Setext-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-Setext-02.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-Setext-03.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-Setext-03.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-Setext-04.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-Setext-04.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-Setext-05.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-Setext-05.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-abbr-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-abbr-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-abbr-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-abbr-02.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-abbr-03.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-abbr-03.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-abbr-04.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-abbr-04.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-abbr-05.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-abbr-05.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-atx-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-atx-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-atx-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-atx-02.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-atx-03.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-atx-03.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-atx-04.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-atx-04.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-code-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-code-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-02.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-dl-01s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-dl-01s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-dl-02s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-dl-02s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-dl-03s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-dl-03s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-01a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-01a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-01b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-01b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-01c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-01c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-02a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-02a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-02b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-02b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-02c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-02c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-03a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-03a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-03b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-03b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-fence-03c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-code-fence-03c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-footnote-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-footnote-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-footnote-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-footnote-02.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-01a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-01a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-01b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-01b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-01c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-01c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-02a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-02a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-02b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-02b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-02c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-02c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-03a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-03a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-03b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-03b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-hr-03c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-hr-03c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-01a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-01a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-02.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-02a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-02a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-03.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-03.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-03a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-03a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-04.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-04.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-04a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-04a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-05.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-05.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-06.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-06.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-07.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-07.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-08.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-08.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-09.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-09.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-CDATA-01a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-CDATA-01a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-CDATA-01b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-CDATA-01b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-CDATA-01c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-CDATA-01c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-DOCTYPE-01a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-DOCTYPE-01a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-DOCTYPE-01b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-DOCTYPE-01b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-DOCTYPE-01c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-DOCTYPE-01c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-PI-01a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-PI-01a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-PI-01b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-PI-01b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-PI-01c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-PI-01c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-comment-01a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-comment-01a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-comment-01b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-comment-01b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-comment-01c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-comment-01c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-pre-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-pre-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-script-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-script-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-style-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-style-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-html-style-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-html-style-02.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-01a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-01a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-01b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-01b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-01c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-01c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-01d.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-01d.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-02a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-02a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-02b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-02b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-02c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-02c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-02d.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-02d.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-03a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-03a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-03b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-03b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-03c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-03c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-03d.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-03d.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-04a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-04a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-04b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-04b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-04c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-04c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-04d.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-04d.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-05a.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-05a.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-05b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-05b.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-05c.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-05c.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-link-05d.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-link-05d.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-nested-01s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-nested-01s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-nested-02s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-nested-02s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-01s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-01s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-02s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-02s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-03s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-03s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-04s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-04s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-06s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-06s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-07s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-07s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-08s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-08s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-09s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-09s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-11s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u -w20 | md-ol-11s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-12s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-12s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-ol-01s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-ol-01s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-ol-02s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-ol-02s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ol-ol-03s.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ol-ol-03s.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-table-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-table-01.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-table-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-table-02.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-table-03.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-table-03.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-table-04.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-table-04.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-table-05.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-table-05.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-table-06.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-table-06.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-01sa.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ul-01sa.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-01sb.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ul-01sb.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-01sc.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ul-01sc.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-02sa.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ul-02sa.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-02sb.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ul-02sb.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-02sc.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ul-02sc.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-03sa.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u -w30 | md-ul-03sa.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-03sb.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ul-03sb.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-03sc.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u | md-ul-03sc.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--Markdown-ul-04sa.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -u -w30 | md-ul-04sa.md | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--alias-dup.test: -------------------------------------------------------------------------------- 1 | wrap | alias-dup.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--alias-no_equal.test: -------------------------------------------------------------------------------- 1 | wrap | alias-no_equal.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--alias-options_exp.test: -------------------------------------------------------------------------------- 1 | wrap | alias-options_exp.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--alias-unclosed_quote.test: -------------------------------------------------------------------------------- 1 | wrap | alias-no_equal.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--alias-unexp_char.test: -------------------------------------------------------------------------------- 1 | wrap | alias-unexp_char.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--conf-no_section.test: -------------------------------------------------------------------------------- 1 | wrap | no_section.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--conf-not_found.test: -------------------------------------------------------------------------------- 1 | wrap | nonexistent.wraprc | | data-01.txt | 66 2 | -------------------------------------------------------------------------------- /test/tests/wrap--file-not_found.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | nonexistent.txt | 66 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w70 | hyphen-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | hyphen-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-03.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | hyphen-03.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-04.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | hyphen-04.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-05.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w70 | hyphen-05.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-06.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | hyphen-06.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-07.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | hyphen-07.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-08.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -S3 | hyphen-08.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-U+00AD-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w70 | hyphen-U+00AD-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--hyphen-U+2010-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w70 | hyphen-U+2010-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--long_line-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | long_line-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--long_line-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | long_line-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--long_line-03.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | long_line-03.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--long_line-04.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -t1 | long_line-03.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--no_options.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--pattern-alias_exp.test: -------------------------------------------------------------------------------- 1 | wrap | pattern-alias_exp.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--pattern-no_alias.test: -------------------------------------------------------------------------------- 1 | wrap | pattern-no_alias.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--pattern-no_equal.test: -------------------------------------------------------------------------------- 1 | wrap | pattern-no_equal.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--pattern-unexp_char.test: -------------------------------------------------------------------------------- 1 | wrap | pattern-unexp_char.wraprc | | data-01.txt | 78 2 | -------------------------------------------------------------------------------- /test/tests/wrap--regex-http-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w50 | regex-http-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap--regex-http-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w50 | regex-http-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-E1.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -E1 | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-H3-t1-T.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -H3 -t1 -T | data-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-H3.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -H3 | data-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-I2-W.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -I2 -W | data-01a.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-I2-m1.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -I2 -m1 | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-I2-w72.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -I2 -w72 | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-L-01.test: -------------------------------------------------------------------------------- 1 | wrap | wrap-L.wraprc | | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-P-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -P | wrap-P-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-P-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -P | wrap-P-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-P-03.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -P | wrap-P-03.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-P-04.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -P | wrap-P-04.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-a.test: -------------------------------------------------------------------------------- 1 | wrap | config.wraprc | -aman | data-01.1 | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-b-h1.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -b@ -h1 | wrap-b.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-b-t1.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -b@ -t1 | wrap-b.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-b.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -b@ | wrap-b.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-d.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -d | data-01.1 | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-dep.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -dep,;: | data-01.1 | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-f-F.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -f data/data-01.txt -F foo | data-01.txt | 64 2 | -------------------------------------------------------------------------------- /test/tests/wrap-h1-I5.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -h1 -I5 | data-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-i2.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -i2 | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-li-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -li | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-lu-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -lu | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-lu-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -lu | data-01.crlf | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-lx.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -lx | data-01.txt | 64 2 | -------------------------------------------------------------------------------- /test/tests/wrap-n-N.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -n -N | data-01.txt | 64 2 | -------------------------------------------------------------------------------- /test/tests/wrap-n.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -n | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-t1.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -t1 | data-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-t11.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -t11 | data-01.txt | 64 2 | -------------------------------------------------------------------------------- /test/tests/wrap-y-01.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -w70 -y | hyphen-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrap-y-02.test: -------------------------------------------------------------------------------- 1 | wrap | /dev/null | -y | hyphen-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Ada-00.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_00.adb | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Ada-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.adb | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Ada-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_02.adb | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Bash-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Bash-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_02.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C++-00.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_00.cpp | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C++-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.cpp | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-00.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_00.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_04.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_05.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-06.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_06.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-07.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_07.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--C-08.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | test_08.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--COBOL-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -w72 | hello_01.cbl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--COBOL-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -w72 | hello_02.cbl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--COBOL-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -w72 | hello_03.cbl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--COBOL-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -w72 | hello_04.cbl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--COBOL-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -w72 | hello_05.cbl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--COBOL-06.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -w72 | hello_06.cbl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--COBOL-07.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -w72 | hello_07.cbl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--COBOL-08.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -w72 | hello_08.cbl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--D-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello.d | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Forth-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.fs | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Forth-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_04.fs | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Fortran-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.f90 | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Fortran-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_02.f90 | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Fortran-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_03.f90 | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Fortran-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_04.f90 | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Haskell-00.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_00.hs | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Haskell-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.hs | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Haskell-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_02.hs | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Julia-00.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_00.jl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Julia-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.jl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Julia-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_02.jl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Julia-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_03.jl | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-Setext-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-Setext-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-Setext-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-Setext-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-Setext-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-Setext-03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-Setext-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-Setext-04.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-Setext-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-Setext-05.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-abbr-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-abbr-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-abbr-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-abbr-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-abbr-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-abbr-03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-abbr-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-abbr-04.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-abbr-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-abbr-05.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-atx-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-atx-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-atx-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-atx-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-atx-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-atx-03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-atx-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-atx-04.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-code-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-code-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-code-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-code-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-code-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-code-03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-dl-01s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-dl-01s.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-dl-02s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-dl-02s.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-dl-03s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-dl-03s.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-fence-01a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-code-fence-01a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-fence-01b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-code-fence-01b.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-fence-01c.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-code-fence-01c.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-footnote-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-footnote-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-footnote-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-footnote-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-hr-01a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-hr-01a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-hr-01b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-hr-01b.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-html-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-html-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-html-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-html-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-html-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-html-03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-html-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-html-04.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-html-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-html-05.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-nested-01s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-nested-01s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-nested-02s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-nested-02s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ol-01s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ol-01s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ol-02s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ol-02s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ol-03s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ol-03s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ol-04s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ol-04s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ol-05s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ol-05s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ol-06s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ol-06s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ol-11s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ol-11s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-table-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-table-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-table-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-table-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-table-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-table-03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-table-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-table-04.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-table-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-table-05.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-table-06.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-table-06.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ul-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ul-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ul-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ul-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ul-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | md-ul-03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ul-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | md-ul-04.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ul-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -u | md-ul-05.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Markdown-ul-06.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -b@ -u | md-ul-06.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Pascal-00.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_00.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Pascal-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Pascal-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_02.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Pascal-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_03.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Simula-00.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_00.sim | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Simula-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_01.sim | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Simula-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_02.sim | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Simula-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_03.sim | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Simula-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_04.sim | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Simula-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_05.sim | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--Simula-06.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello_06.sim | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--XQuery-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | xquery_01.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--XQuery-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | xquery_02.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--XQuery-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | xquery_03.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--XQuery-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | xquery_04.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--XQuery-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | xquery_05.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--XQuery-06.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | xquery_06.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--XQuery-07.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | xquery_07.xq | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--block-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-block-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--block-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-block-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--block-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-block-03.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-double-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-double-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-double-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-03.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-double-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-04.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-double-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-05.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-double-07.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-07.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-eol-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-01.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-eol-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-02.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-eol-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-03.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-eol-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-04.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-eol-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-05.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-eol-06.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-06.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-eol-07.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-07.sh | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-single-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-01.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-single-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-02.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-single-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-03.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-single-04.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-04.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--box-single-05.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-box-05.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--crlf-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | hello.c.crlf | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--noncomment-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-noncomment-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--noncomment-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-noncomment-02.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--single_line-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-single_line-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc--trailing-ws-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-trailing-ws-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-01.cpp | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | | wrapc-02.cpp | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-01a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-01a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-01b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D/* | wrapc-A-01b.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-02a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-02a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-02b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D/* | wrapc-A-02b.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-03a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-03a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-03b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D/* | wrapc-A-03b.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-04a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-04a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-04b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D/* | wrapc-A-04b.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-05a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-05a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-05b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D/* | wrapc-A-05b.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-06.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-06.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-07.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A21 -D// | wrapc-A-07.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-08a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-08a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-08b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D{ | wrapc-A-08b.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-08c.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-08c.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-09a.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-09a.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-10.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D/* | wrapc-A-10.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-11.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D/* | wrapc-A-11.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-12.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D/* | wrapc-A-12.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-13.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-13.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-14.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-14.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-14s.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41s -D// | wrapc-A-14s.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-15.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D// | wrapc-A-15.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-16.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A45 -D// | wrapc-A-16.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-17.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D//,/* | wrapc-A-17.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-18.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D//,/* | wrapc-A-18.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-A-19.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41 -D{ | wrapc-A-19.pas | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-Ax-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41x -D// | data-01.txt | 64 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-Ax-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -A41, -D// | data-01.txt | 64 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-D-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -D? | wrapc-D-01.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-D-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -D' ' | data-01.txt | 64 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-b.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -b@ | wrapc-b.txt | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-ux-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -ux | data-01.doxy | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-ux-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -ux | data-02.doxy | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-x-01.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -x | wrapc-x-01.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-x-02.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -x | wrapc-x-02.c | 0 2 | -------------------------------------------------------------------------------- /test/tests/wrapc-x-03.test: -------------------------------------------------------------------------------- 1 | wrapc | /dev/null | -x | wrapc-x-03.c | 0 2 | --------------------------------------------------------------------------------