Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.web.ui.tests/testFiles/JSDTWebContentAssist/WebContent/ProposalInfo.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.web.ui.tests/testFiles/JSDTWebContentAssist/WebContent/ProposalInfo.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.jsdt.web.ui.tests/testFiles/JSDTWebContentAssist/WebContent/ProposalInfo.js b/tests/org.eclipse.wst.jsdt.web.ui.tests/testFiles/JSDTWebContentAssist/WebContent/ProposalInfo.js
new file mode 100644
index 000000000..454bafd33
--- /dev/null
+++ b/tests/org.eclipse.wst.jsdt.web.ui.tests/testFiles/JSDTWebContentAssist/WebContent/ProposalInfo.js
@@ -0,0 +1,25 @@
+/**
+ * Hello World
+ */
+function HelloWorld() {
+
+}
+
+/**
+ * @param State
+ * @param City
+ */
+function HelloAmerica(State, City) {
+
+}
+
+Hel
+
+/**
+ * nodeOne = test
+ */
+var nodeOne = "test";
+
+nod
+
+

Back to the top