Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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