diff --git a/citeParserTests.txt b/citeParserTests.txt index 944b28d3b..9e1a9065e 100644 --- a/citeParserTests.txt +++ b/citeParserTests.txt @@ -459,3 +459,25 @@ Bla. refs with no name must have content

!! end + +!! test + with an empty-string name parameter and no content. +!! input +Bla. +!! result +

Bla.Cite error: Invalid <ref> tag; +refs with no name must have content +

+!! end + +!! test + with an empty-string name parameter and no content. +!! input +Bla. +!! result +Bla.[1]
    +
  1. Cite error: Invalid <ref> tag; +no text was provided for refs named void
  2. +
+ +!! end