Sha256: f42839560dcdc349764ba2b0d02cfd76c72b9d4f96b13b852405b89bbc537c52
Contents?: true
Size: 461 Bytes
Versions: 2
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 => lib/nilac.rb :v $cliusage => ruby :v --compile $file
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nilac-0.0.4.3.9.4 | shark/features/fix_newlines.feature |
nilac-0.0.4.3.9.3 | shark/features/fix_newlines.feature |