Sha256: ce0f9efd14bdc7c2175409284bfcf0cebd62989714677e87c170e1761509d651

Contents?: true

Size: 473 Bytes

Versions: 24

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 => src/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/features/fix_newlines.feature
nilac-0.0.4.3.0 shark/features/fix_newlines.feature
nilac-0.0.4.2.9 shark/features/fix_newlines.feature
nilac-0.0.4.2.8 shark/features/fix_newlines.feature
nilac-0.0.4.2.6 shark/features/fix_newlines.feature
nilac-0.0.4.2.5 shark/features/fix_newlines.feature
nilac-0.0.4.2.4 shark/features/fix_newlines.feature
nilac-0.0.4.2.3 shark/features/fix_newlines.feature
nilac-0.0.4.2.2 shark/features/fix_newlines.feature
nilac-0.0.4.2.1 shark/features/fix_newlines.feature
nilac-0.0.4.2.0 shark/features/fix_newlines.feature
nilac-0.0.4.1.9 shark/features/fix_newlines.feature
nilac-0.0.4.1.8 shark/features/fix_newlines.feature
nilac-0.0.4.1.7 shark/features/fix_newlines.feature
nilac-0.0.4.1.6 shark/features/fix_newlines.feature
nilac-0.0.4.1.5 shark/features/fix_newlines.feature
nilac-0.0.4.1.4 shark/features/fix_newlines.feature
nilac-0.0.4.1.3 shark/features/fix_newlines.feature
nilac-0.0.4.1.2 shark/features/fix_newlines.feature
nilac-0.0.4.1.1 shark/features/fix_newlines.feature