rustc/vendor/pulldown-cmark-0.9.6/tests/suite/mod.rs
2024-06-21 09:39:33 +02:00

15 lines
269 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 regression;
mod smart_punct;
mod spec;
mod table;