Improve documentation regarding encoding in FreeMarker support
This commit also introduces integration tests to test the status quo regarding encoding. Closes gh-33071
This commit is contained in:
@@ -1 +1 @@
|
||||
<html><body>${hello}</body></html>
|
||||
<html><body>${hello}, Java Café</body></html>
|
||||
@@ -1 +1 @@
|
||||
html { body(hello) }
|
||||
html { body(hello + ", Java Café") }
|
||||
Reference in New Issue
Block a user