Add lt and gt entities.

This commit is contained in:
Tom Alexander 2023-08-27 22:15:23 -04:00
parent 1a3e26c148
commit 9c9964c66f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -49,6 +49,8 @@ fn name<'r, 's>(
tag_no_case("delta"),
tag_no_case("pi"),
tag_no_case("ast"),
tag_no_case("lt"),
tag_no_case("gt"),
)),))(input)?;
Ok((remaining, proto))
}