diff options
Diffstat (limited to 'tests/org.eclipse.jet.tests.core/data/parser/ast/bug147714.jet')
-rw-r--r-- | tests/org.eclipse.jet.tests.core/data/parser/ast/bug147714.jet | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/org.eclipse.jet.tests.core/data/parser/ast/bug147714.jet b/tests/org.eclipse.jet.tests.core/data/parser/ast/bug147714.jet deleted file mode 100644 index 5a8e497..0000000 --- a/tests/org.eclipse.jet.tests.core/data/parser/ast/bug147714.jet +++ /dev/null @@ -1,11 +0,0 @@ -<%-- Bug 147714 requests the JET compiler to treat <tag ...> as <tag .../> if tag is an emptyTag. -This is for compatibility with DPTK: http://www.alphaworks.ibm.com/tech/dptk. -Since DPTK does not use namespace prefixes, the fix only applies to tags with not prefix. ---%> -<%@taglib id="org.eclipse.jet.tests.TestLibrary2" prefix="c" %> -<%@taglib id="org.eclipse.jet.tests.TestLibrary" prefix="" %> - -<%-- line 8: expect error --%><c:nl> -<%-- line 9: expect ok --%><c:nl/> -<%-- line 10: expect warning --%><nl> -<%-- line 11: expect ok --%><nl/> |