mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Fix docs tests
This commit is contained in:
parent
2fa55269f1
commit
5e1103dd91
@ -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!"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user