Expected to inject `readme` from the code and strip the prefix `//!`
Expected to inject `title` from the code and strip the prefix `//!`
Expected to inject `rust-print` from the code
```rust
```
# Usage commands
Expected to inject `create-db` from the code
Expected to skip injection as the content of the snippet is the same
```sh
snipdoc run
```
Expected to ignore this section since the `not-found-snippet-to-inject` snippet id does not exist
Expected to inject only `inject-from-yaml` snippet id from the YAML snippets configuration
Expected to skip injections since `inject_from` is configured to inject from the code and not from the YAML
Expected to inject only `inject-from-yaml` snippet id from the YAML. the `inject_from` value is `any` which means if snippet id found in one of the data source it injected
Expected to skip inject, see in `snipdoc-config.yml` file that the path of this snippet is excluded from the run
Expected to inject the content of the snippet with the given template
Expected to inject the content of the snippet with the pre-defined template
```rust
```
Expected to inject the content of the snippet with the given template with a different comment tag
# <snip id="config-template" inject_from="code" template="```yaml \n {snippet} \n ```">
# </snip>