~ubuntu-branches/ubuntu/vivid/phabricator/vivid-proposed

« back to all changes in this revision

Viewing changes to libphutil/src/markup/engine/__tests__/remarkup/list-paragraphs.txt

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-10-23 20:49:26 UTC
  • mfrom: (0.2.1) (0.1.1)
  • Revision ID: package-import@ubuntu.com-20141023204926-vq80u1op4df44azb
Tags: 0~git20141023-1
Initial release (closes: #703046)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- This is a list item
 
2
  with several paragraphs.
 
3
 
 
4
  This is the second paragraph
 
5
  of the first list item.
 
6
- This is the second item
 
7
  in the list.
 
8
  - This is a sublist.
 
9
- This is the third item in the list.
 
10
 
 
11
~~~~~~~~~~
 
12
<ul class="remarkup-list">
 
13
<li class="remarkup-list-item">This is a list item with several paragraphs.
 
14
<br /><br />
 
15
This is the second paragraph of the first list item.</li>
 
16
<li class="remarkup-list-item">This is the second item in the list.<ul class="remarkup-list">
 
17
<li class="remarkup-list-item">This is a sublist.</li>
 
18
</ul></li>
 
19
<li class="remarkup-list-item">This is the third item in the list.</li>
 
20
</ul>
 
21
~~~~~~~~~~
 
22
- This is a list item with several paragraphs.
 
23
 
 
24
  This is the second paragraph of the first list item.
 
25
- This is the second item in the list.
 
26
  - This is a sublist.
 
27
- This is the third item in the list.