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

- old
+ new

@@ -1,11 +1,11 @@ -Feature: This feature brings loop keyword to Nila - Scenario: Input file with loop keyword. - Given the input file "loop.nila" - When the ~compiler is run - The output file must be "loop.js" - The output file must equal "correct_loop.js" - -Configurations: - -~compiler => src/nilac.rb +Feature: This feature brings loop keyword to Nila + Scenario: Input file with loop keyword. + Given the input file "loop.nila" + When the ~compiler is run + The output file must be "loop.js" + The output file must equal "correct_loop.js" + +Configurations: + +~compiler => src/nilac.rb :v $cliusage => ruby :v --compile $file \ No newline at end of file