diff --git a/citeParserTests.txt b/citeParserTests.txt index 6c6f7ef45..d4dc163c8 100644 --- a/citeParserTests.txt +++ b/citeParserTests.txt @@ -502,3 +502,35 @@ no text was provided for refs named void !! end + +!! test +s with the follow parameter +!! input +Page one.First page footnote text. + +Page two.Second page footnote text. + +== References == + +!! result +

Page one.[1] +

Page two. +

+

References[edit]

+
    +
  1. First page footnote text. Second page footnote text. +
  2. +
+ +!! end + +!! test + with both name and follow parameters - invalid +!! input +Page one.This ref is invalid. + +!! result +

Page one.Cite error: Invalid <ref> tag; +invalid names, e.g. too many +

+!! end