Add TODO about a bug.

This commit is contained in:
Tom Alexander 2023-04-19 19:56:21 -04:00
parent 4de114e9c4
commit 1badd3b0fc
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ fn section<'r, 's>(context: Context<'r, 's>, mut input: &'s str) -> Res<&'s str,
}));
let element_matcher = parser_with_context!(element)(&parser_context);
let exit_matcher = parser_with_context!(exit_matcher_parser)(&parser_context);
// TODO: Match whatever a planning is.
let (mut remaining, property_drawer_element) =
opt(parser_with_context!(property_drawer)(&parser_context))(input)?;
if property_drawer_element.is_none() {