Sha256: d3e5ff0727b377fea53e09e9a30a996ab0b050d5360883504667508752dbc94b

Contents?: true

Size: 423 Bytes

Versions: 24

Compression:

Stored size: 423 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

24 entries across 24 versions & 1 rubygems

Version Path
nilac-0.0.4.1 shark/features/array_and_string_indexing.feature
nilac-0.0.4.0.1 shark/features/array_and_string_indexing.feature
nilac-0.0.4.0 shark/features/array_and_string_indexing.feature
nilac-0.0.3.9 shark/features/array_and_string_indexing.feature