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

13 lines
245 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 regression;
mod table;
mod spec;
mod gfm_table;
mod gfm_strikethrough;
mod gfm_tasklist;