Sha256: 2f017ee1a28b168630f218cf520890ae0ec0581fceaf56f0091c12969437febb

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

Feature: This feature bring Ruby style operators to Nila   
  Scenario: Input file with different operators
    Given the input file "operators.nila"
    When the ~compiler is run
    The output file must be "operators.js"
    The output file must equal "correct_operators.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/ruby_operators.feature
nilac-0.0.4.3.9.7.1 shark/features/ruby_operators.feature
nilac-0.0.4.3.9.7 shark/features/ruby_operators.feature
nilac-0.0.4.3.9.6 shark/features/ruby_operators.feature
nilac-0.0.4.3.9.5 shark/features/ruby_operators.feature