Sha256: 47264b298c62a121bdd009c02ad3865c3c450e70f0c797d93d18037d2bea4be9
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 Bytes
Contents
Feature: Javascript, by default, doesn't allow for the return of multiple values. So this is Nila's attempt to fix this problem. Scenario: Input function with multiple return statement Given the input file "multiple_return.nila" When the ~compiler is run The output file must be "multiple_return.js" The output file must equal "correct_multiple_return.js" Scenario: Input function with a single return statement Given the input file "single_return.nila" When the ~compiler is run The output file must be "single_return.js" The output file must equal "correct_single_return.js" Configurations: ~compiler => lib/nilac.rb :v $cliusage => ruby :v --compile $file
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nilac-0.0.4.3.9.4 | shark/features/method_multiple_return.feature |
nilac-0.0.4.3.9.3 | shark/features/method_multiple_return.feature |