android_mt6572_jiabo/external/chromium-libpac/test/js-unittest/ends_with_comment.js
2025-09-05 16:56:03 +08:00

8 lines
No EOL
330 B
JavaScript

function FindProxyForURL(url, host) {
return "PROXY success:80";
}
// We end the script with a comment (and no trailing newline).
// This used to cause problems, because internally ProxyResolverV8
// would append some functions to the script; the first line of
// those extra functions was being considered part of the comment.