├── .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 abcdefghijklmnop
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |