backslash does not escape open/close braces

svn: r6771
This commit is contained in:
Eli Barzilay 2007-06-29 18:24:55 +00:00
parent 2dfd35e5c7
commit c2108614a7

View File

@ -347,7 +347,7 @@ preserved in the text as usual.
"@foo{b\\@ar}" "@foo{b\\@ar}"
"@foo{b\\\\@ar}" "@foo{b\\\\@ar}"
"@foo{b\\\\\\@ar}" "@foo{b\\\\\\@ar}"
"@foo{b\\{\\@\\@ar}" "@foo{b\\@\\@ar}"
"@foo{b\\ar}" "@foo{b\\ar}"
"@foo{b\\\\ar}" "@foo{b\\\\ar}"
] ]