- Issue created by @DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
How about adding a minus on all variable output, e.g. {{ item.value|render -}}
- πΊπΈUnited States DamienMcKenna NH, USA
All you should need to do is load the view thats bundled with the test module and examine its output.
- πΊπΈUnited States DamienMcKenna NH, USA
you need to review the output's raw code, not view it through a GUI tool that collapses whitespace.
-
DamienMcKenna β
committed 12faf2ba on 8.x-2.x
Issue #3419023 by DamienMcKenna: Tighten up output, remove unnecessary...
-
DamienMcKenna β
committed 12faf2ba on 8.x-2.x
- Status changed to Needs review
5 months ago 11:00am 31 July 2024 - πΊπΈUnited States DamienMcKenna NH, USA
I committed the initial change, need to test it some more.
- πΊπΈUnited States DamienMcKenna NH, USA
DamienMcKenna β changed the visibility of the branch 3419023-whitespace to hidden.
- Status changed to Needs work
5 months ago 12:56pm 31 July 2024 - πΊπΈUnited States DamienMcKenna NH, USA
The test fails because the description tag has unwanted whitespace, instead of:
<description><![CDATA[Test description]></description>
it actually looks like this:<description><![CDATA[Test description ]></description>