Sha256: 5c08a1089dd5c0d7712325f6e05d8a00198888654a97a64df255ccd667464e15

Contents?: true

Size: 405 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

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