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

- old
+ new

@@ -1,11 +1,11 @@ -Feature: Compiling for loops in a nila program - Scenario: Input with several kinds of for loops - Given the input file "regular_for.nila" - When the ~compiler is run - The output file must be "regular_for.js" - The output file must equal "correct_for.js" - -Configurations: - -~compiler => src/nilac.rb +Feature: Compiling for loops in a nila program + Scenario: Input with several kinds of for loops + Given the input file "regular_for.nila" + When the ~compiler is run + The output file must be "regular_for.js" + The output file must equal "correct_for.js" + +Configurations: + +~compiler => src/nilac.rb :v $cliusage => ruby :v --compile $file \ No newline at end of file