Sha256: ee58a9627c8546a2ff77251e2dbd6b9848f7aaebad4caa1a7e742626946f52c1
Contents?: true
Size: 413 Bytes
Versions: 2
Compression:
Stored size: 413 Bytes
Contents
Feature: This feature bring Ruby's indexing capabililty to Javascript. Scenario: Input file with Ruby style Array and String indexing Given the input file "array_string_indexing.nila" When the ~compiler is run The output file must be "array_string_indexing.js" The output file must equal "correct_indexing.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/array_and_string_indexing.feature |
nilac-0.0.4.3.9.3 | shark/features/array_and_string_indexing.feature |