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