Update of /cvsroot/monetdb/MonetDB5/src/modules/atoms/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31726/Tests
Modified Files:
xml100.mal
Log Message:
Use the proper argument sequence on nil parameters.
Index: xml100.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/Tests/xml100.mal,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml100.mal 24 Aug 2007 06:50:06 -0000 1.2
+++ xml100.mal 24 Aug 2007 14:10:41 -0000 1.3
@@ -1,7 +1,11 @@
b:= "Mary Ann Walker";
-
c:= "brown";
+n:= nil:xml;
+io.print(n);
+ns:= xml.str(n);
+io.print(ns);
+
bx:= xml.xml(b);
cx:= xml.xml(c);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins