rustc/vendor/pulldown-cmark-0.10.3/tests/suite/mod.rs
2024-07-31 08:40:13 +02:00

18 lines
328 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 heading_attrs;
mod metadata_blocks;
mod old_footnotes;
mod regression;
mod smart_punct;
mod spec;
mod strikethrough;
mod table;