Sha256: 857405a214145b23ebcf752b9a829dd39dd91059a9bede4bd2c420fe82d0615b

Contents?: true

Size: 466 Bytes

Versions: 7

Compression:

Stored size: 466 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 => 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/default_method_parameters.feature
nilac-0.0.4.3.9.1 shark/features/default_method_parameters.feature
nilac-0.0.4.3.9 shark/features/default_method_parameters.feature
nilac-0.0.4.3.8 shark/features/default_method_parameters.feature
nilac-0.0.4.3.7 shark/features/default_method_parameters.feature
nilac-0.0.4.3.6 shark/features/default_method_parameters.feature
nilac-0.0.4.3.4 shark/features/default_method_parameters.feature