~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/prolog/string_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
""
 
2
"fo\"obar"
 
3
"fo""obar"
 
4
"foo\
 
5
bar"
 
6
''
 
7
'fo\'obar'
 
8
'fo''obar'
 
9
'foo\
 
10
bar'
 
11
 
 
12
----------------------------------------------------
 
13
 
 
14
[
 
15
        ["string", "\"\""],
 
16
        ["string", "\"fo\\\"obar\""],
 
17
        ["string", "\"fo\"\"obar\""],
 
18
        ["string", "\"foo\\\r\nbar\""],
 
19
        ["string", "''"],
 
20
        ["string", "'fo\\'obar'"],
 
21
        ["string", "'fo''obar'"],
 
22
        ["string", "'foo\\\r\nbar'"]
 
23
]
 
24
 
 
25
----------------------------------------------------
 
26
 
 
27
Checks for strings.
 
 
b'\\ No newline at end of file'