Sha256: 64e5de7832a59b9408d61d6813cbafa720ae798648f0fb32ae58c148959575f1

Contents?: true

Size: 461 Bytes

Versions: 7

Compression:

Stored size: 461 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 => 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/fix_newlines.feature
nilac-0.0.4.3.9.1 shark/features/fix_newlines.feature
nilac-0.0.4.3.9 shark/features/fix_newlines.feature
nilac-0.0.4.3.8 shark/features/fix_newlines.feature
nilac-0.0.4.3.7 shark/features/fix_newlines.feature
nilac-0.0.4.3.6 shark/features/fix_newlines.feature
nilac-0.0.4.3.4 shark/features/fix_newlines.feature