Sha256: aac2b5b33d991926040c780988d7feb208904d5a101cd790248a45272c0ac22d

Contents?: true

Size: 398 Bytes

Versions: 2

Compression:

Stored size: 398 Bytes

Contents

Feature: This feature brings single line if-then-else statement to Nila
  Scenario: Input file with single line if-then-else statement. 
    Given the input file "if_then_else.nila"
    When the ~compiler is run
    The output file must be "if_then_else.js"
    The output file must equal "correct_if_then_else.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/if_then_else.feature
nilac-0.0.4.3.9.3 shark/features/if_then_else.feature