Sha256: 352be39bfc7b36345e30e9a900113af020fefe5bbbaee7c8d722aa3207f949b2

Contents?: true

Size: 340 Bytes

Versions: 10

Compression:

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

Version data entries

10 entries across 10 versions & 1 rubygems

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