Sha256: 25d079bb5696cc46d6ac3be27e8fd2c7ef93cbaa655b19c0c75a8ddb076fec76

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

@diagrams
Feature: Netlistsvg

  As a liquid user, I want to use netlistsvg diagram

  Background:
    Given I have a liquid template with:
      """
      {% netlistsvg %}
      {
        modules: {
          up3down5: {
            cells: {
              "$add$input.v:17$3": {
                type: "$add",
                connections: {}
              }
            }
          }
        }
      }
      {% endnetlistsvg %}
      """

  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/netlistsvg.feature