mdbook/tests/testsuite/test/passing_tests/src/passing1.md
2025-04-22 21:11:53 -07:00

289 B

Passing Tests 1

assert!(true);
println!("hello!");

Also check includes

{{#include test1.rs}}
{{#include test2.rs:2}}
{{#include test2.rs:PASSING}}
{{#rustdoc_include test3.rs:2}}

{{#playground test1.rs}}