chromium/services/proxy_resolver/test/data/proxy_resolver_v8_unittest/return_unicode.js

// U+200B is the codepoint for zero-width-space.
function FindProxyForURL(url, host) {
  return "PROXY foo.com\u200B";
}