Sha256: f00c4d94f90ae1f32138c921fd10a4fe40271833a5ccc5051876060d7f873801

Contents?: true

Size: 370 Bytes

Versions: 16

Compression:

Stored size: 370 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

16 entries across 16 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/features/ruby_operators.feature
nilac-0.0.4.3.0 shark/features/ruby_operators.feature
nilac-0.0.4.2.9 shark/features/ruby_operators.feature
nilac-0.0.4.2.8 shark/features/ruby_operators.feature
nilac-0.0.4.2.6 shark/features/ruby_operators.feature
nilac-0.0.4.2.5 shark/features/ruby_operators.feature
nilac-0.0.4.2.4 shark/features/ruby_operators.feature
nilac-0.0.4.2.3 shark/features/ruby_operators.feature
nilac-0.0.4.2.2 shark/features/ruby_operators.feature
nilac-0.0.4.2.1 shark/features/ruby_operators.feature
nilac-0.0.4.2.0 shark/features/ruby_operators.feature
nilac-0.0.4.1.9 shark/features/ruby_operators.feature
nilac-0.0.4.1.8 shark/features/ruby_operators.feature
nilac-0.0.4.1.7 shark/features/ruby_operators.feature
nilac-0.0.4.1.6 shark/features/ruby_operators.feature
nilac-0.0.4.1.5 shark/features/ruby_operators.feature