Sha256: 3479e196db61131bd8de538dc357d3811a6a687b5e3690238a1984372fd895c7

Contents?: true

Size: 337 Bytes

Versions: 5

Compression:

Stored size: 337 Bytes

Contents

Feature: This feature brings loop keyword to Nila
  Scenario: Input file with loop keyword. 
    Given the input file "loop.nila"
    When the ~compiler is run
    The output file must be "loop.js"
    The output file must equal "correct_loop.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/loop.feature
nilac-0.0.4.3.9.7.1 shark/features/loop.feature
nilac-0.0.4.3.9.7 shark/features/loop.feature
nilac-0.0.4.3.9.6 shark/features/loop.feature
nilac-0.0.4.3.9.5 shark/features/loop.feature