Sha256: 10c07847e0aa63eb549388c88c84c94af2bb300a5288a937b148acce872ac4f3

Contents?: true

Size: 361 Bytes

Versions: 2

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 => lib/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.4 shark/features/case_when.feature
nilac-0.0.4.3.9.3 shark/features/case_when.feature