Reference bibliographique

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5328 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2002-12-09 15:41:17 +00:00
parent 46c0439d89
commit b2834f6c5c
1 changed files with 2 additions and 0 deletions

View File

@ -649,6 +649,8 @@ let _ =
"abc-012-12-def3ghi45";
(** XML tokenization *)
(* See "REX: XML Shallow Parsing with Regular Expressions",
Robert D. Cameron, Simon Fraser University, CMPT TR 1998-17. *)
start_test "XML tokenization";
begin
let _TextSE = "[^<]+" in