summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/scriptengine/data/component2.qs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/scriptengine/data/component2.qs')
-rw-r--r--tests/auto/installer/scriptengine/data/component2.qs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/installer/scriptengine/data/component2.qs b/tests/auto/installer/scriptengine/data/component2.qs
new file mode 100644
index 000000000..b27e45c83
--- /dev/null
+++ b/tests/auto/installer/scriptengine/data/component2.qs
@@ -0,0 +1,6 @@
+function Component()
+{
+ print("script function: " + arguments.callee.name);
+ // adding some broken javascript code here
+ broken + 789634
+}