~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/go/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
'a'
 
2
'ä'
 
3
'本'
 
4
'\t'
 
5
'\xff'
 
6
'\u12e4'
 
7
 
 
8
`abc`
 
9
`\n
 
10
\n`
 
11
"\n"
 
12
"\""
 
13
"Hello, world!\n"
 
14
"日本語"
 
15
"\xff\u00FF"
 
16
 
 
17
----------------------------------------------------
 
18
 
 
19
[
 
20
        ["string", "'a'"],
 
21
        ["string", "'ä'"],
 
22
        ["string", "'本'"],
 
23
        ["string", "'\\t'"],
 
24
        ["string", "'\\xff'"],
 
25
        ["string", "'\\u12e4'"],
 
26
        ["string", "`abc`"],
 
27
        ["string", "`\\n\r\n\\n`"],
 
28
        ["string", "\"\\n\""],
 
29
        ["string", "\"\\\"\""],
 
30
        ["string", "\"Hello, world!\\n\""],
 
31
        ["string", "\"日本語\""],
 
32
        ["string", "\"\\xff\\u00FF\""]
 
33
]
 
34
 
 
35
----------------------------------------------------
 
36
 
 
37
Checks for runes and strings.
 
 
b'\\ No newline at end of file'