Sha256: 06cfeca5738fd8b92e97b3e06457ec2458eac415b41f82dfed12a77d359635c7

Contents?: true

Size: 361 Bytes

Versions: 7

Compression:

Stored size: 361 Bytes

Contents

Feature: This feature bring Ruby's if statement to Nila.   
  Scenario: Input function with if statements
    Given the input file "regular_if.nila"
    When the ~compiler is run
    The output file must be "regular_if.js"
    The output file must equal "correct_regular_if.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/regular_if.feature
nilac-0.0.4.3.9.1 shark/features/regular_if.feature
nilac-0.0.4.3.9 shark/features/regular_if.feature
nilac-0.0.4.3.8 shark/features/regular_if.feature
nilac-0.0.4.3.7 shark/features/regular_if.feature
nilac-0.0.4.3.6 shark/features/regular_if.feature
nilac-0.0.4.3.4 shark/features/regular_if.feature