Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2011-01-27 02:17:02 +0000
committernitind2011-01-27 02:17:02 +0000
commit2f77fc1e40bc7aa1220f544e079b1d6c135fdfdc (patch)
treed14e7d2890bfcccdcbeacb035565937e8165c1b2 /tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/javadoc/testBug70892/TestInvalid2.js
parent2a0e07dc17512d628f451cdc5b4a638793302cd1 (diff)
downloadwebtools.jsdt.tests-201101270219.tar.gz
webtools.jsdt.tests-201101270219.tar.xz
webtools.jsdt.tests-201101270219.zip
This commit was manufactured by cvs2svn to create tag 'v201101270219'.v201101270219
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/javadoc/testBug70892/TestInvalid2.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/javadoc/testBug70892/TestInvalid2.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/javadoc/testBug70892/TestInvalid2.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/javadoc/testBug70892/TestInvalid2.js
deleted file mode 100644
index 6ace3b1..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Converter/src/javadoc/testBug70892/TestInvalid2.js
+++ /dev/null
@@ -1,12 +0,0 @@
-package javadoc.testBug70892;
-/**
- * {@value "invalid}
- * {@value <a href}
- * {@value <a href="invalid">invalid</a} invalid
- * {@value #xxx Unknown}
- * {@value #xxx() Unknown}
- */
-public class TestInvalid2 {
- int field;
- void foo() {}
-}

Back to the top