Sha256: 9c2d738605ef01ac2ee096e5877ab1350605deb9eb83230e6a8eda1aa50c5899
Contents?: true
Size: 396 Bytes
Versions: 2
Compression:
Stored size: 396 Bytes
Contents
Feature: This feature bring Ruby's unless and until statements to Nila. Scenario: Input function with unless and until statements Given the input file "unless_until.nila" When the ~compiler is run The output file must be "unless_until.js" The output file must equal "correct_unless_until.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/unless_until.feature |
nilac-0.0.4.3.9.3 | shark/features/unless_until.feature |