Sha256: 8648a6d64027ac5bc721c8f9e0156c73a538040cfa4b11f930d96656d76fe6cf

Contents?: true

Size: 341 Bytes

Versions: 12

Compression:

Stored size: 341 Bytes

Contents

Feature: This feature brings heredocs to Nila
  Scenario: Input file with heredocs. 
    Given the input file "heredoc.nila"
    When the ~compiler is run
    The output file must be "heredoc.js"
    The output file must equal "correct_heredoc.js"

Configurations:

~compiler => src/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/features/heredoc.feature
nilac-0.0.4.3.0 shark/features/heredoc.feature
nilac-0.0.4.2.9 shark/features/heredoc.feature
nilac-0.0.4.2.8 shark/features/heredoc.feature
nilac-0.0.4.2.6 shark/features/heredoc.feature
nilac-0.0.4.2.5 shark/features/heredoc.feature
nilac-0.0.4.2.4 shark/features/heredoc.feature
nilac-0.0.4.2.3 shark/features/heredoc.feature
nilac-0.0.4.2.2 shark/features/heredoc.feature
nilac-0.0.4.2.1 shark/features/heredoc.feature
nilac-0.0.4.2.0 shark/features/heredoc.feature
nilac-0.0.4.1.9 shark/features/heredoc.feature