readme: add information section
[nit.git] / tests / test_nitunit2.nit
index 899ff94..f58d87c 100644 (file)
@@ -25,19 +25,19 @@ fun foo1 do end
 
 # a block unit
 #
-#    if true then
+#     if true then
 #
-#        assert true
+#         assert true
 #
-#    end
+#     end
 fun bar2 do end
 
 # a context continuation
 #
-#    var a = 1
-#    assert a == 1
+#     var a = 1
+#     assert a == 1
 #
 # bla bla
 #
-#    assert a == 1
+#     assert a == 1
 fun foo3 do end