File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -104,3 +104,24 @@ Array [
104
104
} ,
105
105
]
106
106
` ;
107
+
108
+ exports [` parses single declaration correctly 1` ] = `
109
+ Array [
110
+ Object {
111
+ " position" : Position {
112
+ " end" : Object {
113
+ " column" : 26 ,
114
+ " line" : 1 ,
115
+ },
116
+ " source" : undefined ,
117
+ " start" : Object {
118
+ " column" : 1 ,
119
+ " line" : 1 ,
120
+ },
121
+ },
122
+ " property" : " background-color" ,
123
+ " type" : " declaration" ,
124
+ " value" : " #C0FFEE" ,
125
+ } ,
126
+ ]
127
+ ` ;
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ const snapshots = [
51
51
'text-align/**/ /*:*/ : /*:*//**/ center'
52
52
] ,
53
53
54
+ [ 'parses single declaration correctly' , 'background-color: #C0FFEE;' ] ,
55
+
54
56
[
55
57
'parses multiple declarations correctly' ,
56
58
`
You can’t perform that action at this time.
0 commit comments