Sha256: aeb6316706807086179ae12a918961558267096b0c29285909806ba083f8ef7d

Contents?: true

Size: 477 Bytes

Versions: 23

Compression:

Stored size: 477 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

23 entries across 23 versions & 1 rubygems

Version Path
nilac-0.0.4.3.3 shark/features/default_method_parameters.feature
nilac-0.0.4.3.0 shark/features/default_method_parameters.feature
nilac-0.0.4.2.9 shark/features/default_method_parameters.feature
nilac-0.0.4.2.8 shark/features/default_method_parameters.feature
nilac-0.0.4.2.6 shark/features/default_method_parameters.feature
nilac-0.0.4.2.5 shark/features/default_method_parameters.feature
nilac-0.0.4.2.4 shark/features/default_method_parameters.feature
nilac-0.0.4.2.3 shark/features/default_method_parameters.feature
nilac-0.0.4.2.2 shark/features/default_method_parameters.feature
nilac-0.0.4.2.1 shark/features/default_method_parameters.feature
nilac-0.0.4.2.0 shark/features/default_method_parameters.feature
nilac-0.0.4.1.9 shark/features/default_method_parameters.feature
nilac-0.0.4.1.8 shark/features/default_method_parameters.feature
nilac-0.0.4.1.7 shark/features/default_method_parameters.feature
nilac-0.0.4.1.6 shark/features/default_method_parameters.feature
nilac-0.0.4.1.5 shark/features/default_method_parameters.feature
nilac-0.0.4.1.4 shark/features/default_method_parameters.feature
nilac-0.0.4.1.3 shark/features/default_method_parameters.feature
nilac-0.0.4.1.2 shark/features/default_method_parameters.feature
nilac-0.0.4.1.1 shark/features/default_method_parameters.feature