Make escape_macros no-op on nontext values
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 17 Mar 2016 10:03:45 +0000 (10:03 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 17 Mar 2016 10:03:45 +0000 (10:03 +0000)
Update the escape_macros() function to deal with YAML style
Element.get() that may return datatypes other than str. This allows
for indiscriminately passing facets through the function without
recasting them.


No differences found