aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
authorGeorge Punter <gsp14@ic.ac.uk>2018-03-22 20:30:15 +0000
committerGeorge Punter <gsp14@ic.ac.uk>2018-03-22 20:30:15 +0000
commite833c0ebb9e0c271c78bc5f1d8f01f78669e0c0f (patch)
tree1a12644334f2aceea7393cddedb4040c747510bd /FMark
parent199858656f2111bc5b823db2ef11400a455ab4db (diff)
downloadFMark-e833c0ebb9e0c271c78bc5f1d8f01f78669e0c0f.tar.gz
FMark-e833c0ebb9e0c271c78bc5f1d8f01f78669e0c0f.zip
fixing htmlgen test
Diffstat (limited to 'FMark')
-rw-r--r--FMark/src/Common/HTMLGen/HTMLGenTester.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/FMark/src/Common/HTMLGen/HTMLGenTester.fs b/FMark/src/Common/HTMLGen/HTMLGenTester.fs
index 7dff02e..4661ab0 100644
--- a/FMark/src/Common/HTMLGen/HTMLGenTester.fs
+++ b/FMark/src/Common/HTMLGen/HTMLGenTester.fs
@@ -319,7 +319,7 @@ let reallyBigTest =
"<p>text1#text2</p>";
"<h1 id=\"Header10\">Header1</h1>";
"<p><a href=\"#footnote-1\">Footer1</a>text4</p>";
- "<p><sup><a href=\"#footnote-Eric\">(Wang, 2017)</a></sup>text6</p>";
+ "<p><a href=\"#footnote-Eric\">(Wang, 2017)</a>text6</p>";
"<p id=\"1\">[1] footer1</p>";
"<p id=\"footnote-Eric\">[footnote-Eric] Eric Wang. 2017. \"Not a real website.\" Accessed March 4, 2018. <a href=\"www.example.com/website\">www.example.com/website</a></p>";
"<script type=\"text/javascript\" async src=\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML\"></script>";