Sha256: a51b4c96788e96ef5eccb12560728fc7c1742041e000ae669ffc83db33f9a045

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

Feature: Fixing irregular newlines produced in the Javascript output.
Currently, The output Javascript is riddled with unnecessary newlines
which will make it fail in a JSLint test. 
  Scenario: Input with erratic newlines
    Given the input file "erratic.nila"
    When the ~compiler is run
    The output file must be "erratic.js"
    The output file must equal "perfect.js"

Configurations:

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nilac-0.0.3.8 shark/features/fix_newlines.feature
nilac-0.0.3.7 shark/features/fix_newlines.feature
nilac-0.0.3.6 shark/features/fix_newlines.feature
nilac-0.0.3.5 shark/features/fix_newlines.feature
nilac-0.0.3.4 shark/features/fix_newlines.feature