```rust use orgize::{Org, ast::Keyword}; let keyword = Org::parse("#+KEY: VALUE\nabc").first_node:: ().unwrap(); assert_eq!(keyword.value(), " VALUE"); let keyword = Org::parse("#+KEY:").first_node:: ().unwrap(); assert_eq!(keyword.value(), ""); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected