X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_markdown_args1.res b/tests/sav/test_markdown_args1.res index a639d0b..b6f1b43 100644 --- a/tests/sav/test_markdown_args1.res +++ b/tests/sav/test_markdown_args1.res @@ -53,9 +53,14 @@ border-color: red;

module test_doc

class test_doc#A

Synopsys

Paragraph same paragraph

Other paragraph with code

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