rustc/vendor/pulldown-cmark-0.12.2/tests/suite/mod.rs
2025-02-17 11:14:05 +01:00

21 lines
382 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 definition_lists;
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;