Sha256: 8f6b7b1cd3516d77b793a350ff20da9d46445a7e6cb52452cae36a1103161ae8

Contents?: true

Size: 368 Bytes

Versions: 5

Compression:

Stored size: 368 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 => 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/case_when.feature
nilac-0.0.4.3.9.7.1 shark/features/case_when.feature
nilac-0.0.4.3.9.7 shark/features/case_when.feature
nilac-0.0.4.3.9.6 shark/features/case_when.feature
nilac-0.0.4.3.9.5 shark/features/case_when.feature