Sha256: a301da8f08339d4ab5c3cbfa48e5d12c64955018cc0e71c8c1d2526e4fd09b30

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

Feature: This feature bring Ruby's unless and until statements to Nila.   
  Scenario: Input function with unless and until statements
    Given the input file "unless_until.nila"
    When the ~compiler is run
    The output file must be "unless_until.js"
    The output file must equal "correct_unless_until.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/unless_until.feature
nilac-0.0.4.3.9.7.1 shark/features/unless_until.feature
nilac-0.0.4.3.9.7 shark/features/unless_until.feature
nilac-0.0.4.3.9.6 shark/features/unless_until.feature
nilac-0.0.4.3.9.5 shark/features/unless_until.feature