features/renderer.feature in citeproc-ruby-1.0.3 vs features/renderer.feature in citeproc-ruby-1.0.4

- old
+ new

@@ -44,19 +44,19 @@ Scenario: Formatted Groups Given the following style node: """ <group> <group suffix=" " font-weight="bold"> - <!--group formatting is pushed down--> + <!--group formatting is not pushed down--> <text variable="volume" suffix=","/> </group> <text variable="page" suffix="," font-weight="bold"/> </group> """ When I render the following citation item as "html": | volume | 5 | | page | 23 | - Then the result should be: <b>5</b>, <b>23</b>, + Then the result should be: <b>5,</b> <b>23</b>, Scenario: Page labels Given the following style node: """ <label variable="page"/>