Unsure whether this is intended or not but ESI tags with single quotes wont match the below.
local src, err = ngx_re_match(
include_tag,
[[src="([^"]+)"]],
"oj"
)
https://github.com/pintsized/ledge/blob/adf3372c5c6b6c4d659f13ba2fca40063a2176c9/lib/ledge/esi/processor_1_0.lua#L385-L404