rustc/vendor/pulldown-cmark/tests/suite/mod.rs
2020-11-10 17:01:33 +00:00

14 lines
250 B
Rust

// This file is auto-generated by the build script
// Please, do not modify it manually
pub use super::test_markdown_html;
mod footnotes;
mod gfm_strikethrough;
mod gfm_table;
mod gfm_tasklist;
mod regression;
mod smart_punct;
mod spec;
mod table;