You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bernhard huber <be...@gmx.at> on 2004/07/17 21:50:19 UTC

[BUG] PreparedVariableResolverTestCase

hi,

the testcase PreparedVariableResolverTestCase.testEscapedBraces
fails.

I have the suscpesion that the PreparedVariableResolver escapes
only the opening-brace, not the closing brace.
Thus the java-string "This is a \\{brace\\}",
is escaped to java-string "This is a {brace\\}", and not to
"This is a {brace}".

What's the official escaping syntax for variables in the sitemap?

regards bernhard