~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/markdown/list_feature.test

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* foo
 
2
+ bar
 
3
- baz
 
4
 
 
5
1. foo
 
6
  2. bar
 
7
42. baz
 
8
 
 
9
----------------------------------------------------
 
10
 
 
11
[
 
12
        ["list", "*"], " foo\r\n",
 
13
        ["list", "+"], " bar\r\n",
 
14
        ["list", "-"], " baz\r\n\r\n",
 
15
        ["list", "1."], " foo\r\n  ",
 
16
        ["list", "2."], " bar\r\n",
 
17
        ["list", "42."], " baz"
 
18
]
 
19
 
 
20
----------------------------------------------------
 
21
 
 
22
Checks for list symbols.
 
 
b'\\ No newline at end of file'