summaryrefslogtreecommitdiffstats
path: root/src/test/resources/data/pac/test2.pac
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/data/pac/test2.pac')
-rw-r--r--src/test/resources/data/pac/test2.pac10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/resources/data/pac/test2.pac b/src/test/resources/data/pac/test2.pac
new file mode 100644
index 0000000..f8a846e
--- /dev/null
+++ b/src/test/resources/data/pac/test2.pac
@@ -0,0 +1,10 @@
+// Test comments in scripts
+
+function FindProxyForURL(url, host) {
+
+ /*
+ * This is a multiline comment
+ */
+
+ return "DIRECT"; // This returns always DIRECT
+} \ No newline at end of file