Index: /CKEditor/tests/tt/6498/1.html
===================================================================
--- /CKEditor/tests/tt/6498/1.html	(revision 6491)
+++ /CKEditor/tests/tt/6498/1.html	(revision 6491)
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #6498 - Insert between paragraphs</title>
+	<meta name="tags" content="editor,manual,all">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		YAHOO.util.Event.removeListener( window, 'load' );
+		window.onload = function ()
+		{
+			CKEDITOR.replace( 'editor1');
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+
+ 1. Select first line
+ 1. Copy selection to clipboard
+ 1. Set cursor at the end of first line
+ 1. Paste from clipboard 
+ * Result should be two paragraphs: {{{<p>line1line1</p><p>line2</p>}}}
+ 
+</pre>
+Editor 1 
+<textarea id="editor1">
+	<p>line1</p>
+	<p>line2</p>
+</textarea>
+</body>
+</html>
