Sha256: e361685e3d926cefc19a031892e59031a63eca6297fae2a572bfaccf9a9883aa

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

Feature: Javascript,by default,doesn't allow for the usage of default parameters for functions. So this
feature addresses that issue.  
  Scenario: Input function with default parameters
    Given the input file "default_parameters.nila"
    When the ~compiler is run
    The output file must be "default_parameters.js"
    The output file must equal "correct_default_parameters.js"

Configurations:

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.8 shark/features/default_method_parameters.feature
nilac-0.0.4.3.9.7.1 shark/features/default_method_parameters.feature
nilac-0.0.4.3.9.7 shark/features/default_method_parameters.feature
nilac-0.0.4.3.9.6 shark/features/default_method_parameters.feature
nilac-0.0.4.3.9.5 shark/features/default_method_parameters.feature