aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
authorGeorge Punter <gsp14@ic.ac.uk>2018-03-22 20:35:12 +0000
committerGeorge Punter <gsp14@ic.ac.uk>2018-03-22 20:35:12 +0000
commit8acf8426a367eb0c244eb87bd1cba75c906b8350 (patch)
treef905c0ec74bbf0950173226fde3c248dbda5b13f /FMark
parente833c0ebb9e0c271c78bc5f1d8f01f78669e0c0f (diff)
downloadFMark-8acf8426a367eb0c244eb87bd1cba75c906b8350.tar.gz
FMark-8acf8426a367eb0c244eb87bd1cba75c906b8350.zip
footnote link should be sup, fixing 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 4661ab0..e92456b 100644
--- a/FMark/src/Common/HTMLGen/HTMLGenTester.fs
+++ b/FMark/src/Common/HTMLGen/HTMLGenTester.fs
@@ -318,7 +318,7 @@ let reallyBigTest =
"<body>";
"<p>text1#text2</p>";
"<h1 id=\"Header10\">Header1</h1>";
- "<p><a href=\"#footnote-1\">Footer1</a>text4</p>";
+ "<p><sup><a href=\"#footnote-1\">Footer1</a></sup>text4</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>";