You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2015/06/02 00:47:10 UTC

tapestry-5 git commit: Add test file

Repository: tapestry-5
Updated Branches:
  refs/heads/master 2619a327f -> bbbba5436


Add test file

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/bbbba543
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/bbbba543
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/bbbba543

Branch: refs/heads/master
Commit: bbbba54368d23f44c21e917fe31dfdf630978430
Parents: 2619a32
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Jun 1 15:46:46 2015 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Jun 1 15:46:46 2015 -0700

----------------------------------------------------------------------
 .../apache/tapestry5/internal/services/content-TAP5-2109.TML  | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/bbbba543/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/content-TAP5-2109.TML
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/content-TAP5-2109.TML b/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/content-TAP5-2109.TML
new file mode 100644
index 0000000..6b938a4
--- /dev/null
+++ b/tapestry-core/src/test/resources/org/apache/tapestry5/internal/services/content-TAP5-2109.TML
@@ -0,0 +1,7 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd">
+    <t:content>
+        BEGIN
+        <t:somecomponent/>
+        END
+    </t:content>
+</html>
\ No newline at end of file