Sha256: 5dce83a6a7daf9434f7459efb8adfbab7d2c9ef383228465afef29decaada797

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 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 --test --compile $file

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.8 shark/features/heredoc.feature
nilac-0.0.4.3.9.7.1 shark/features/heredoc.feature
nilac-0.0.4.3.9.7 shark/features/heredoc.feature
nilac-0.0.4.3.9.6 shark/features/heredoc.feature
nilac-0.0.4.3.9.5 shark/features/heredoc.feature