mdbook/tests/testsuite/includes/all_includes/src/nested-test-with-anchors.rs

7 lines
126 B
Rust
Raw Normal View History

// This is a test of includes with anchors.
// ANCHOR: myanchor
// ANCHOR: unendinganchor
let x = 1;
// ANCHOR_END: myanchor