Fix docs tests

This commit is contained in:
ayazhafiz 2022-01-29 12:50:36 -05:00
parent 2fa55269f1
commit 5e1103dd91

View File

@ -56,11 +56,7 @@ mod insert_doc_syntax_highlighting {
}
}
pub const HELLO_WORLD: &str = r#"
app "test-app"
packages { pf: "platform" }
imports []
provides [ main ] to pf
pub const HELLO_WORLD: &str = r#"interface Test exposes [ ] imports [ ]
main = "Hello, world!"