shark/features/regular_if.feature in nilac-0.0.4.3.3 vs shark/features/regular_if.feature in nilac-0.0.4.3.4
- old
+ new
@@ -1,11 +1,11 @@
-Feature: This feature bring Ruby's if statement to Nila.
- Scenario: Input function with if statements
- Given the input file "regular_if.nila"
- When the ~compiler is run
- The output file must be "regular_if.js"
- The output file must equal "correct_regular_if.js"
-
-Configurations:
-
-~compiler => src/nilac.rb
+Feature: This feature bring Ruby's if statement to Nila.
+ Scenario: Input function with if statements
+ Given the input file "regular_if.nila"
+ When the ~compiler is run
+ The output file must be "regular_if.js"
+ The output file must equal "correct_regular_if.js"
+
+Configurations:
+
+~compiler => src/nilac.rb
:v $cliusage => ruby :v --compile $file
\ No newline at end of file