Sha256: 351a28ec38448f5031e9e111f63bccd59ad10ff32d02f630c1a421f0ad76c3ea

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 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 => 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.3 shark/features/if_then_else.feature
nilac-0.0.4.3.0 shark/features/if_then_else.feature
nilac-0.0.4.2.9 shark/features/if_then_else.feature
nilac-0.0.4.2.8 shark/features/if_then_else.feature