Sha256: 0fa4c1e7c4d660e51dbdc4a042b70223de1dd9d88f47393273e821b0dbc60ec7

Contents?: true

Size: 468 Bytes

Versions: 4

Compression:

Stored size: 468 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 => lib/nilac.rb
:v $cliusage => ruby :v --test --compile $file

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.7.1 shark/features/fix_newlines.feature
nilac-0.0.4.3.9.7 shark/features/fix_newlines.feature
nilac-0.0.4.3.9.6 shark/features/fix_newlines.feature
nilac-0.0.4.3.9.5 shark/features/fix_newlines.feature