Sha256: f17e8522f17931e162c5347fe34228bd4a871c6ca69daedb59e815c2f6e3d597
Contents?: true
Size: 519 Bytes
Versions: 1
Compression:
Stored size: 519 Bytes
Contents
@diagrams Feature: Smcat As a liquid user, I want to use smcat diagram Background: Given I have a liquid template with: """ {% smcat %} playing { resting => walking; walking => resting; }; playing => playing: ingest food; playing => playing [type=internal]: ingest drink; {% endsmcat %} """ Scenario: Basic Rendering When I render it Then the output should contains '<svg' And the output should not contains '<\?xml'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liquid-diagrams-0.4.0 | features/diagrams/smcat.feature |