Sha256: eb2643b8036d3b5cd59ec1caf7f40651e7bbba2888115e16fb9de53178ec110f

Contents?: true

Size: 415 Bytes

Versions: 13

Compression:

Stored size: 415 Bytes

Contents

Feature: This feature bring Ruby style string interpolation to Nila   
  Scenario: Input file with string interpolation
    Given the input file "string_interpolation.nila"
    When the ~compiler is run
    The output file must be "string_interpolation.js"
    The output file must equal "correct_string_interpolation.js"

Configurations:

~compiler => src/nilac.rb
:v $cliusage => ruby :v --compile $file

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/features/string_interpolation.feature
nilac-0.0.4.3.0 shark/features/string_interpolation.feature
nilac-0.0.4.2.9 shark/features/string_interpolation.feature
nilac-0.0.4.2.8 shark/features/string_interpolation.feature
nilac-0.0.4.2.6 shark/features/string_interpolation.feature
nilac-0.0.4.2.5 shark/features/string_interpolation.feature
nilac-0.0.4.2.4 shark/features/string_interpolation.feature
nilac-0.0.4.2.3 shark/features/string_interpolation.feature
nilac-0.0.4.2.2 shark/features/string_interpolation.feature
nilac-0.0.4.2.1 shark/features/string_interpolation.feature
nilac-0.0.4.2.0 shark/features/string_interpolation.feature
nilac-0.0.4.1.9 shark/features/string_interpolation.feature
nilac-0.0.4.1.8 shark/features/string_interpolation.feature