Reference bibliographique
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5328 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
46c0439d89
commit
b2834f6c5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue