#1460 closed defect (fixed)
Error en TextMatch
Reported by: | Pedro Gea | Owned by: | Jorge |
---|---|---|---|
Priority: | high | Milestone: | Mantainance |
Component: | Kernel | Version: | |
Severity: | critical | Keywords: | |
Cc: |
Description
Se encuentra un error usando TextMatch
en un texto con el carácter "
:
Real TextMatch("a\"b", "*a*", 0)
El error:
ERROR: [1] Las comillas que se abrieron en la línea 0 no se han cerrado. ERROR: [2] Argumento b fuera de lugar. Símbolo fuera de lugar. en el carácter 18, línea 1: > TextMatch_Tcl("a"b","*a*",0) ^
Se sugiere de paso buscar e incorporar a TOL un paquete de funciones para trabajar con expresiones regulares.
Change History (4)
comment:1 Changed 13 years ago by
Owner: | changed from Víctor de Buen Remiro to Jorge |
---|---|
Status: | new → accepted |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:4 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [4285]) fixes #1460, evitamos pasar por el parser para que no se produzcan las sustituciones en los argumentos.