diff --git a/tests/parser/responsiveReferences.txt b/tests/parser/responsiveReferences.txt index 04387d1a9..e0392395e 100644 --- a/tests/parser/responsiveReferences.txt +++ b/tests/parser/responsiveReferences.txt @@ -64,6 +64,38 @@ wgCiteResponsiveReferences=true !! end +!! test +T241303: responsive attribute with no value should *not* disable the wrapper
+!! config +wgCiteResponsiveReferences=true +!! wikitext +a + +!! html/php +

[1] +

+
    +
  1. a +
  2. +
+!! end + +!! test +T241303: responsive attribute with an empty value should *not* disable the wrapper
+!! config +wgCiteResponsiveReferences=true +!! wikitext +a + +!! html/php +

[1] +

+
    +
  1. a +
  2. +
+!! end + !! test 9 references should *not* enable the column mode !! config