Sha256: 67e5535c7f9e946c9b19c497c99ce13eca057c167f177dfff904714032fec434

Contents?: true

Size: 398 Bytes

Versions: 7

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.2 shark/features/if_then_else.feature
nilac-0.0.4.3.9.1 shark/features/if_then_else.feature
nilac-0.0.4.3.9 shark/features/if_then_else.feature
nilac-0.0.4.3.8 shark/features/if_then_else.feature
nilac-0.0.4.3.7 shark/features/if_then_else.feature
nilac-0.0.4.3.6 shark/features/if_then_else.feature
nilac-0.0.4.3.4 shark/features/if_then_else.feature