]> git.proxmox.com Git - rustc.git/blob - vendor/pulldown-cmark-0.7.2/tests/suite/mod.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / pulldown-cmark-0.7.2 / tests / suite / mod.rs
1 // This file is auto-generated by the build script
2 // Please, do not modify it manually
3
4 pub use super::test_markdown_html;
5
6 mod footnotes;
7 mod regression;
8 mod table;
9 mod spec;
10 mod gfm_table;
11 mod gfm_strikethrough;
12 mod gfm_tasklist;