Sha256: ee76e11824cbbd8c81ccfd26332a2e27ef6b74928e8e10ef7a4c3041564ce1de

Contents?: true

Size: 331 Bytes

Versions: 7

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.2 shark/features/heredoc.feature
nilac-0.0.4.3.9.1 shark/features/heredoc.feature
nilac-0.0.4.3.9 shark/features/heredoc.feature
nilac-0.0.4.3.8 shark/features/heredoc.feature
nilac-0.0.4.3.7 shark/features/heredoc.feature
nilac-0.0.4.3.6 shark/features/heredoc.feature
nilac-0.0.4.3.4 shark/features/heredoc.feature