Browse thread
ocamlbuild
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-08-06 (09:34) |
From: | Adrien <camaradetux@g...> |
Subject: | Re: [Caml-list] ocamlbuild |
I was debugguing a regular-expression and noticed that \" in a string remained as-is and this somehow seems linked to my quotation problem : # let a="\"";; val a : string = "\"" # let a="\034";; val a : string = "\"" Is it expected behaviour? :o I can't get such a quote in any string. (self-compiled ocaml 3.09.3 under mingw+msys)