Sha256: 8fe0cc6c83e2c0c0c87b7cde203b3cd18c117c3dd5b84ca90cdad9cfeaf171c0

Contents?: true

Size: 360 Bytes

Versions: 7

Compression:

Stored size: 360 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 => 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/ruby_operators.feature
nilac-0.0.4.3.9.1 shark/features/ruby_operators.feature
nilac-0.0.4.3.9 shark/features/ruby_operators.feature
nilac-0.0.4.3.8 shark/features/ruby_operators.feature
nilac-0.0.4.3.7 shark/features/ruby_operators.feature
nilac-0.0.4.3.6 shark/features/ruby_operators.feature
nilac-0.0.4.3.4 shark/features/ruby_operators.feature