aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/character_reference.rs
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-20 18:30:34 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-06-20 18:30:34 +0200
commit769963fd3fe9e7027915fc0ddfc2b0e881aa6952 (patch)
tree4aa01bfc838d92293e978ed37a4a83801bf8e727 /src/construct/character_reference.rs
parentc7a46d3cc22bd0b029ff97623cee31c6ec38fdfb (diff)
downloadmarkdown-rs-769963fd3fe9e7027915fc0ddfc2b0e881aa6952.tar.gz
markdown-rs-769963fd3fe9e7027915fc0ddfc2b0e881aa6952.tar.bz2
markdown-rs-769963fd3fe9e7027915fc0ddfc2b0e881aa6952.zip
Add some more enabled tests
Diffstat (limited to 'src/construct/character_reference.rs')
-rw-r--r--src/construct/character_reference.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/construct/character_reference.rs b/src/construct/character_reference.rs
index af9c02e..c946dae 100644
--- a/src/construct/character_reference.rs
+++ b/src/construct/character_reference.rs
@@ -51,8 +51,6 @@
//! [decode_numeric]: crate::util::decode_character_reference::decode_numeric
//! [character_reference_names]: crate::constant::CHARACTER_REFERENCE_NAMES
//! [html]: https://html.spec.whatwg.org/multipage/parsing.html#character-reference-state
-//!
-//! <!-- To do: link `string`, `text` -->
use crate::constant::{
CHARACTER_REFERENCE_DECIMAL_SIZE_MAX, CHARACTER_REFERENCE_HEXADECIMAL_SIZE_MAX,