summaryrefslogtreecommitdiffstats
path: root/net/data
diff options
context:
space:
mode:
Diffstat (limited to 'net/data')
-rw-r--r--net/data/proxy_resolver_v8_unittest/ends_with_statement_no_semicolon.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/data/proxy_resolver_v8_unittest/ends_with_statement_no_semicolon.js b/net/data/proxy_resolver_v8_unittest/ends_with_statement_no_semicolon.js
new file mode 100644
index 0000000..ea03714
--- /dev/null
+++ b/net/data/proxy_resolver_v8_unittest/ends_with_statement_no_semicolon.js
@@ -0,0 +1,3 @@
+// Ends with a statement, and no terminal newline.
+function FindProxyForURL(url, host) { return "PROXY success:" + x; }
+x = 3 \ No newline at end of file