Sha256: d733a6783cb8a96be555f0579a02289675c545ecfbf606fdad1942f5a1e5aa42
Contents?: true
Size: 611 Bytes
Versions: 1
Compression:
Stored size: 611 Bytes
Contents
@diagrams Feature: Wavedrom As a liquid user, I want to use wavedrom diagram Background: Given I have a liquid template with: """ {% wavedrom %} { signal: [ { name: "clk", wave: "p.....|..." }, { name: "Data", wave: "x.345x|=.x", data: ["head", "body", "tail", "data"] }, { name: "Request", wave: "0.1..0|1.0" }, {}, { name: "Acknowledge", wave: "1.....|01." } ] } {% endwavedrom %} """ Scenario: Basic Rendering When I render it Then the output should contains '<svg'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liquid-diagrams-0.4.0 | features/diagrams/wavedrom.feature |