Sha256: cf2e9f48bb324cab16a56e4e7ad0703ceba251f02aa5f88bb0eec647b3163218

Contents?: true

Size: 418 Bytes

Versions: 7

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 => 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/whitespace_delimitation.feature
nilac-0.0.4.3.9.1 shark/features/whitespace_delimitation.feature
nilac-0.0.4.3.9 shark/features/whitespace_delimitation.feature
nilac-0.0.4.3.8 shark/features/whitespace_delimitation.feature
nilac-0.0.4.3.7 shark/features/whitespace_delimitation.feature
nilac-0.0.4.3.6 shark/features/whitespace_delimitation.feature
nilac-0.0.4.3.4 shark/features/whitespace_delimitation.feature