hello,

there seems to be a problem when parsing multi-line strings:
in the first string there is no space after the \,
while in the second there is.  i tried this on linux,
with the july version of hugs.

> probelm = "hello \
>           \world"

> noproblem = "hello \
>             \world"


the error i get is: "Illegal character escape sequence "\w"

bye
iavor

--
==================================================
| Iavor S. Diatchki, Ph.D. student               |
| Department of Computer Science and Engineering |
| School of OGI at OHSU                          |
| http://www.cse.ogi.edu/~diatchki               |
==================================================

_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to