liquid
liquid copied to clipboard
Fix handling of hexadecimal escapes in escape_once
This also aligns the behavior once again with current behavior of ActionView::Helpers::TagHelper#escape_once / ERB::Util::html_escape_once (which escape_once was originally based on).
Fixes #792 (That bug was closed because of an available fix, but the fix was never merged).