Piotr Gapiński wrote:

>fixed parse problem
>
>>>test: {aaa|"bbb" ccc|ddd "eee"}
>>>
>== {aaa|"bbb" ccc|ddd "eee"}
>
>>>parse/all test "|"
>>>
>== ["aaa" "bbb" " ccc" {ddd "eee"}]
>
>should be == ["aaa" {bbb "ccc"} {ddd "eee"}]
>
really? Imo it should be:

== ["aaa" {"bbb" ccc} {ddd "eee"}]

-pekr-


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to