Sha256: bd086f538dd6f5779bd3cf701323e87f481f64eeded412814859b928b50f828e

Contents?: true

Size: 413 Bytes

Versions: 7

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.2 shark/features/array_and_string_indexing.feature
nilac-0.0.4.3.9.1 shark/features/array_and_string_indexing.feature
nilac-0.0.4.3.9 shark/features/array_and_string_indexing.feature
nilac-0.0.4.3.8 shark/features/array_and_string_indexing.feature
nilac-0.0.4.3.7 shark/features/array_and_string_indexing.feature
nilac-0.0.4.3.6 shark/features/array_and_string_indexing.feature
nilac-0.0.4.3.4 shark/features/array_and_string_indexing.feature