X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_docdown_args1.res b/tests/sav/test_docdown_args1.res index 23ae886..593a60f 100644 --- a/tests/sav/test_docdown_args1.res +++ b/tests/sav/test_docdown_args1.res @@ -22,9 +22,9 @@ border-color: red; h5 {font-weight:bold;} .nitcode a { color: inherit; cursor:pointer; } .nitcode .popupable:hover { text-decoration: underline; cursor:help; } /* underline titles */ -pre.nitcode .foldable { display: block } /* for block productions*/ -pre.nitcode .line{ display: block } /* for lines */ -pre.nitcode .line:hover{ background-color: #FFFFE0; } /* current line */ +.nitcode .foldable { display: block } /* for block productions*/ +.nitcode .line{ display: block } /* for lines */ +.nitcode .line:hover{ background-color: #FFFFE0; } /* current line */ .nitcode :target { background-color: #FFF3C2 } /* target highlight*/ /* lexical raw tokens. independent of usage or semantic: */ .nitcode .nc_c { color: gray; font-style: italic; } /* comment */ @@ -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