~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/gherkin/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
"foobar"
 
3
"foo<bar>baz"
 
4
''
 
5
'foobar'
 
6
'foo<bar>baz'
 
7
 
 
8
----------------------------------------------------
 
9
 
 
10
[
 
11
        ["string", ["\"\""]],
 
12
        ["string", ["\"foobar\""]],
 
13
        ["string", [
 
14
                "\"foo",
 
15
                ["outline", "<bar>"],
 
16
                "baz\""
 
17
        ]],
 
18
        ["string", ["''"]],
 
19
        ["string", ["'foobar'"]],
 
20
        ["string", [
 
21
        "'foo",
 
22
        ["outline", "<bar>"],
 
23
        "baz'"
 
24
    ]]
 
25
]
 
26
 
 
27
----------------------------------------------------
 
28
 
 
29
Checks for double-quoted and single-quoted strings.
 
 
b'\\ No newline at end of file'