aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser/tests.rs
diff options
context:
space:
mode:
authorPhilipp A2018-12-08 00:43:20 +0100
committerPhilipp A2018-12-08 00:43:20 +0100
commit96b5685ef6e74d2be4f43b96e3862abdfc0fcb0d (patch)
tree0850a35aad640b111dc6321f6b5eb9d5d81ddc93 /src/parser/tests.rs
parenteb416cc02b1ec8dbd3073dc6e2c0f80ae53dab9e (diff)
downloadrust-rst-96b5685ef6e74d2be4f43b96e3862abdfc0fcb0d.tar.bz2
some todos
Diffstat (limited to 'src/parser/tests.rs')
-rw-r--r--src/parser/tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/tests.rs b/src/parser/tests.rs
index 331f87b..3ebc952 100644
--- a/src/parser/tests.rs
+++ b/src/parser/tests.rs
@@ -108,8 +108,8 @@ fn admonitions() {
};
}
-// TODO: substitutions
-// TODO: images
+// TODO: test substitutions
+// TODO: test images
#[allow(clippy::cyclomatic_complexity)]
#[test]