Skip to content

Commit

Permalink
more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Oct 27, 2023
1 parent 6ef3b36 commit 38016ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ pub struct ExportContentConst;
/// This tests that `#[docify::export]` can appear inside of things that have
/// `#[docify::export]` on them.
#[doc = docify::embed!("examples/samples.rs", outer_mod)]
#[doc = docify::embed!("examples/samples.rs", outer_foo)]
#[doc = docify::embed!("examples/samples.rs", inner_mod)]
#[doc = docify::embed!("examples/samples.rs", inner_inner_bar)]
#[doc = docify::embed!("examples/samples.rs", inner_mod2)]
pub struct NestedExports;

/// This will compile all markdown files in the `markdown_source` directory to `markdown_bin`
Expand Down

0 comments on commit 38016ee

Please sign in to comment.