From 2cbbb3dc48bea99e5c5cf131ddeeafabdc82d23c Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 23 Apr 2014 23:43:56 -0400 Subject: [PATCH] tests: update sav/nitunit & sav/test_markdown Signed-off-by: Jean Privat --- tests/sav/nitunit_args1.res | 2 ++ tests/sav/test_markdown_args1.res | 15 ++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/tests/sav/nitunit_args1.res b/tests/sav/nitunit_args1.res index b7686bd..bf738b9 100644 --- a/tests/sav/nitunit_args1.res +++ b/tests/sav/nitunit_args1.res @@ -2,6 +2,8 @@ test_nitunit.nit:20,1--22,0: ERROR: test_nitunit.test_nitunit::X. (in .ni test_nitunit.nit:23,2--25,0: FAILURE: test_nitunit.test_nitunit::X.test_nitunit::X::toto (in .nitunit/test_nitunit3.nit): .nitunit/test_nitunit3.nit:5,8--27: Error: Method or variable 'undefined_identifier' unknown in Sys. +Results saved in out/nitunit_args1.write +Entities: 3; Documented ones: 3; With nitunits: 3; Failures: 2 assert true assert false

Synopsys

Paragraph same paragraph

Other paragraph with code

  • bullet
  • other buller
  • last but long -bullet
some
-block
-

a first example

assert 1 + 1 == 2
-

and a last example to illustrate the to_s method on A.

var a = new A
-assert a.to_s == "A"
+bullet
some
+block
+some
+block
+

a first example

assert 1 + 1 == 2
+assert 1 + 1 == 2
+

and a last example to illustrate the to_s method on A.

var a = new A
+assert a.to_s == "A"
+var a = new A
+assert a.to_s == "A"
 
\ No newline at end of file -- 1.7.9.5