Sha256: 1f6fd214df44cd1086a4134a139efb797bad77c7da4f466b1be007b505cea2b9

Contents?: true

Size: 355 Bytes

Versions: 5

Compression:

Stored size: 355 Bytes

Contents

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