Sha256: b8cb98fa2b167ab5dcac92b2c7a1e26096c24a1d4761d341c4ba596a5ec20209

Contents?: true

Size: 633 Bytes

Versions: 1

Compression:

Stored size: 633 Bytes

Contents

Feature: Wavedrom


  Scenario: Default configuration
    Given I have a file 'wavedrom.md' with content:
      """
      ---
      ---

      {% wavedrom %}
      {signal: [
        {name: 'clk', wave: 'p.....|...'},
        {name: 'dat', wave: 'x.345x|=.x', data: ['head', 'body', 'tail', 'data']},
        {name: 'req', wave: '0.1..0|1.0'},
        {name: 'ack', wave: '1.....|01.'}
      ]}
      {% endwavedrom %}
      """
    When I run jekyll build
    Then the file '_site/wavedrom.html' should exist
    And I should see 'diagrams wavedrom' in '_site/wavedrom.html'
    And I should see svg output in '_site/wavedrom.html'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-diagrams-0.9.2 features/wavedrom.feature