Gate doc-comment tokenizing.

This commit is contained in:
Stephen Chung
2021-04-09 23:13:33 +08:00
parent 29d186b361
commit 4aaf957d73
4 changed files with 37 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ fn test_comments() -> Result<(), Box<EvalAltResult>> {
}
#[cfg(not(feature = "no_function"))]
#[cfg(feature = "metadata")]
#[test]
fn test_comments_doc() -> Result<(), Box<EvalAltResult>> {
let mut engine = Engine::new();