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:
parent
7cd1f4384c
commit
8340088969
3 changed files with 27 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue