Sha256: 8198c2b245c1ecf16bad8511feb020072579e76a60d4a246a71963ed14ee5cd2

Contents?: true

Size: 383 Bytes

Versions: 2

Compression:

Stored size: 383 Bytes

Contents

Feature: This feature bring Ruby's string features to Nila   
  Scenario: Input file with different operators
    Given the input file "string_operators.nila"
    When the ~compiler is run
    The output file must be "string_operators.js"
    The output file must equal "correct_string_operators.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/strings.feature
nilac-0.0.4.3.9.3 shark/features/strings.feature