Typo in test.slate

Nicolas et Ryoko nicolas.pelletier3 at wanadoo.fr
Sun Jul 27 05:18:22 PDT 2003


Hello,

I found a typo in test.slate, see attached patch.

-- 
Nicolas

-------------- next part --------------
Index: src/test.slate
===================================================================
RCS file: /var/lib/cvs/slate/slate/src/test.slate,v
retrieving revision 1.3
diff -u -r1.3 test.slate
--- src/test.slate	20 Jul 2003 20:57:18 -0000	1.3
+++ src/test.slate	27 Jul 2003 12:11:53 -0000
@@ -47,7 +47,7 @@
 
 tc@(TestCase traits) deny: bool description: descr
 [
-  tc assert: bool description: descr
+  tc assert: bool not description: descr
 ].
 
 tc@(TestCase traits) deny: x@(Boolean traits)


More information about the Slate mailing list