Sha256: 019ed579a0d292f26b0f66804a22dbacd2171f6a6426fe1746f4e844250baa6f

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 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 => lib/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.4 shark/features/heredoc.feature
nilac-0.0.4.3.9.3 shark/features/heredoc.feature