From 8ff3a9738146851ae41568c2df359c8f8fa83942 Mon Sep 17 00:00:00 2001 From: Matthias Zenger Date: Mon, 19 Apr 2004 07:57:38 +0000 Subject: *** empty log message *** --- test/files/xml/lnk.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/files/xml/lnk.scala b/test/files/xml/lnk.scala index 412f948d99..bffe6b5f10 100644 --- a/test/files/xml/lnk.scala +++ b/test/files/xml/lnk.scala @@ -16,7 +16,7 @@ object Test { //c.getAttribs.update("target", "http://www.scala.org"); System.out.println( c ); - val c2 = c % ('target <= "http://www.scala.org"); + val c2 = c % Pair("target", "http://www.scala.org"); System.out.println( c2 ); // construct data using loading from a file -- cgit v1.2.3