Sha256: 85d4731b7eeb38f86bfba33c86120adf769c2ca2298b16ffba3c45e5fc385010

Contents?: true

Size: 383 Bytes

Versions: 7

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 => 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/strings.feature
nilac-0.0.4.3.9.1 shark/features/strings.feature
nilac-0.0.4.3.9 shark/features/strings.feature
nilac-0.0.4.3.8 shark/features/strings.feature
nilac-0.0.4.3.7 shark/features/strings.feature
nilac-0.0.4.3.6 shark/features/strings.feature
nilac-0.0.4.3.4 shark/features/strings.feature