Sha256: 2b938d116aeb97eb06b5bafbafd4499bbf7ef0b5d6b0a245b5d04e039270c56f

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

Feature: This feature brings whitespace delimitation features to Nila
  Scenario: Input file with whitespace delimitation features. 
    Given the input file "whitespace_delimiter.nila"
    When the ~compiler is run
    The output file must be "whitespace_delimiter.js"
    The output file must equal "correct_whitespace_delimiter.js"

Configurations:

~compiler => lib/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.4 shark/features/whitespace_delimitation.feature
nilac-0.0.4.3.9.3 shark/features/whitespace_delimitation.feature