NIHVIVO-1510 Fix to exception-handling in creating a collated property list, so only invalid configuration exceptions trigger switching to a collated list.

This commit is contained in:
rjy7 2011-01-06 19:25:59 +00:00
parent 7cd1f4384c
commit 8340088969
3 changed files with 27 additions and 2 deletions

View file

@ -55,6 +55,10 @@
<p>${year?number?c}</p>
<h3>Raw String Literals</h3>
<p>${r"#{title}"}</p>
<p>${r"${title}"}</p>
<@dump var="now" />
<@dump var="urls" />
<@dump var="fruit" />