Sha256: 5dfd83f27a09a78564ab41ff9d881cbce69e834a5b66cd9ba0a6b32d64698122

Contents?: true

Size: 405 Bytes

Versions: 2

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 => 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/string_interpolation.feature
nilac-0.0.4.3.9.3 shark/features/string_interpolation.feature