Sha256: 8b9feeaad2a4cec11b31289182f842aa63f05dbf17016a058d55a4c8157b81b4

Contents?: true

Size: 367 Bytes

Versions: 1

Compression:

Stored size: 367 Bytes

Contents

@diagrams
Feature: Plantuml

  As a liquid user, I want to use plantuml diagram

  Background:
    Given I have a liquid template with:
      """
      {% plantuml %}
      Bob->Alice : hello
      {% endplantuml %}
      """

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