Closed KamasamaK closed 6 years ago
When in a cfoutput context, using a numeric character reference causes an invalid.illegal.bad-ampersand.html scope to be used because it does not recognize the escaped ## as valid in the constant.character.entity.html.
cfoutput
invalid.illegal.bad-ampersand.html
##
constant.character.entity.html
Thanks for reporting this, @KamasamaK.
When in a
cfoutput
context, using a numeric character reference causes aninvalid.illegal.bad-ampersand.html
scope to be used because it does not recognize the escaped##
as valid in theconstant.character.entity.html
.