Add an expression using expression inlining for Thymeleaf

See https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#expression-inlining
Added it because I have discovered that, when StringTemplateResolver is used, then expression like ${42*42} is not resolved
This commit is contained in:
Dominique RIGHETTO 2020-09-13 11:04:15 +02:00 committed by GitHub
parent ba87953a08
commit 234dfabf72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ ${42*42}
{{=42*42}}
{^xyzm42}1764{/xyzm42}
${donotexists|42*42}
[[${42*42}]]