Sha256: 3b87c5a7fc65ad7c4bf48194d5a547f35132228efc73964ddb7c73d0dd732bcc

Contents?: true

Size: 361 Bytes

Versions: 4

Compression:

Stored size: 361 Bytes

Contents

Feature: This feature bring Ruby's case when structure to Nila   
  Scenario: Input file with multiple case when structures
    Given the input file "case.nila"
    When the ~compiler is run
    The output file must be "case.js"
    The output file must equal "correct_case.js"

Configurations:

~compiler => src/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.2 shark/features/case_when.feature
nilac-0.0.4.3.9.1 shark/features/case_when.feature
nilac-0.0.4.3.9 shark/features/case_when.feature
nilac-0.0.4.3.8 shark/features/case_when.feature