rustc/vendor/pulldown-cmark-0.11.3/tests/suite/mod.rs
2024-11-29 22:33:13 +01:00

20 lines
360 B
Rust

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