From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA26149; Tue, 14 Sep 2004 11:27:06 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA26951 for ; Tue, 14 Sep 2004 11:27:04 +0200 (MET DST) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i8E9R2Vn032399 for ; Tue, 14 Sep 2004 11:27:03 +0200 Received: from [192.168.1.200] (ppp202-133.lns1.syd3.internode.on.net [203.122.202.133]) by smtp3.adl2.internode.on.net (8.12.9/8.12.9) with ESMTP id i8E9QxOU004286 for ; Tue, 14 Sep 2004 18:57:00 +0930 (CST) Subject: [Caml-list] Str broken From: skaller Reply-To: skaller@users.sourceforge.net To: caml-list Content-Type: text/plain Message-Id: <1095154018.27775.896.camel@pelican.wigram> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 14 Sep 2004 19:26:59 +1000 Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 4146B966.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; sourceforge:01 bug:01 2004:99 9660:01 glebe:01 regexp:01 caml:01 nsw:01 dragon:98 snail:02 match:02 checkout:02 module:03 string:03 2037:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk The Str module seems not to work: open Str;; let re = "(a\\|b)*abb" let cre = regexp re let s = "ababababb" ;; string_match cre s 0 ;; returns false. This is the classic test from the Dragon book. Before I post a bug report can someone confirm this result please? I'm using: Objective Caml version 3.09+dev0 (2004-07-13) -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners