aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
authorQieerb <qieerbushe7@gmail.com>2018-03-21 20:43:25 +0000
committerQieerb <qieerbushe7@gmail.com>2018-03-21 20:43:25 +0000
commit65c3c5111949f11ece4f087182cc1b13ba9a66e5 (patch)
treecb48763aa7f0597d3fa4df7d2af9b629df651eb0 /FMark
parent9b6f2a3ea23ce83f2d9a007573e0fb591bdbf7d6 (diff)
downloadFMark-65c3c5111949f11ece4f087182cc1b13ba9a66e5.tar.gz
FMark-65c3c5111949f11ece4f087182cc1b13ba9a66e5.zip
test name fix
Diffstat (limited to 'FMark')
-rw-r--r--FMark/src/Common/HTMLGen/HTMLGenTester.fs4
1 files changed, 2 insertions, 2 deletions
diff --git a/FMark/src/Common/HTMLGen/HTMLGenTester.fs b/FMark/src/Common/HTMLGen/HTMLGenTester.fs
index 4ea8d55..17a502f 100644
--- a/FMark/src/Common/HTMLGen/HTMLGenTester.fs
+++ b/FMark/src/Common/HTMLGen/HTMLGenTester.fs
@@ -251,7 +251,7 @@ let FAILINGTOCTests =
;{HeaderName=[FrmtedString(Literal "header3")]; Level=3}
;{HeaderName=[FrmtedString(Literal "header4")]; Level=3}]
- makeExpectoTestList id Shared.removeWhitespace strToC "Table of contents test" [
+ makeExpectoTestList id Shared.removeWhitespace strToC "Table of contents failing test" [
(
{HeaderLst=hLst6},
"<ol>
@@ -264,7 +264,7 @@ let FAILINGTOCTests =
</ol>
</ol>
</ol>",
- "Pyramid test"
+ "Two level 3 headers test"
);]
[<Tests>]