X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_docdown_args1.res b/tests/sav/test_docdown_args1.res index d3ab2e0..593a60f 100644 --- a/tests/sav/test_docdown_args1.res +++ b/tests/sav/test_docdown_args1.res @@ -62,7 +62,7 @@ bullet
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"
+assert a.to_s == "A"
 
\ No newline at end of file