shark/features/default_method_parameters.feature in nilac-0.0.4.3.3 vs shark/features/default_method_parameters.feature in nilac-0.0.4.3.4

- old
+ new

@@ -1,12 +1,12 @@ -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 +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 \ No newline at end of file