Sha256: bfa16b3623de024c8fe6a4088560a8a801e6a19a31a950194b84e0bbff2b1443

Contents?: true

Size: 405 Bytes

Versions: 5

Compression:

Stored size: 405 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 --test --compile $file

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.8 shark/features/if_then_else.feature
nilac-0.0.4.3.9.7.1 shark/features/if_then_else.feature
nilac-0.0.4.3.9.7 shark/features/if_then_else.feature
nilac-0.0.4.3.9.6 shark/features/if_then_else.feature
nilac-0.0.4.3.9.5 shark/features/if_then_else.feature