~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/stylus/atrule-declaration_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
@media print
 
2
@import "reset.css"
 
3
@font-face {
 
4
@keyframes {
 
5
@media (max-{foo}: bar)
 
6
 
 
7
----------------------------------------------------
 
8
 
 
9
[
 
10
        ["atrule-declaration", [["atrule", "@media"], " print"]],
 
11
        ["atrule-declaration", [["atrule", "@import"], ["string", "\"reset.css\""]]],
 
12
        ["atrule-declaration", [["atrule", "@font-face"], ["punctuation", "{"]]],
 
13
        ["atrule-declaration", [["atrule", "@keyframes"], ["punctuation", "{"]]],
 
14
        ["atrule-declaration", [
 
15
                ["atrule", "@media"],
 
16
                ["punctuation", "("],
 
17
                "max-",
 
18
                ["interpolation", [
 
19
                        ["punctuation", "{"],
 
20
                        "foo",
 
21
                        ["punctuation", "}"]
 
22
                ]],
 
23
                ["punctuation", ":"],
 
24
                " bar",
 
25
                ["punctuation", ")"]
 
26
        ]]
 
27
]
 
28
 
 
29
----------------------------------------------------
 
30
 
 
31
Checks for at-rules.
 
 
b'\\ No newline at end of file'