~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/stylus/hexcode_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
color: #fff
 
2
color: #FA3
 
3
color: #f7c111
 
4
color: #9F4ABB
 
5
 
 
6
----------------------------------------------------
 
7
 
 
8
[
 
9
        ["property-declaration", [
 
10
                ["property", ["color"]], ["punctuation", ":"],
 
11
                ["hexcode", "#fff"]
 
12
        ]],
 
13
        ["property-declaration", [
 
14
                ["property", ["color"]], ["punctuation", ":"],
 
15
                ["hexcode", "#FA3"]
 
16
        ]],
 
17
        ["property-declaration", [
 
18
                ["property", ["color"]], ["punctuation", ":"],
 
19
                ["hexcode", "#f7c111"]
 
20
        ]],
 
21
        ["property-declaration", [
 
22
                ["property", ["color"]], ["punctuation", ":"],
 
23
                ["hexcode", "#9F4ABB"]
 
24
        ]]
 
25
]
 
26
 
 
27
----------------------------------------------------
 
28
 
 
29
Checks for hexadecimal values.
 
 
b'\\ No newline at end of file'