Skip to content

Commit

Permalink
fixup! test(selector-parsing): added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Dec 13, 2024
1 parent 8c2b801 commit 47e8c2b
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 72 deletions.
48 changes: 24 additions & 24 deletions tests/fixtures/parser/selector-parsing/simple-css-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"end": {
"line": 10,
"column": 11
"column": 10
}
},
"spaces": {
Expand All @@ -23,7 +23,7 @@
},
"end": {
"line": 10,
"column": 11
"column": 10
}
},
"sourceIndex": 0,
Expand All @@ -40,7 +40,7 @@
},
"end": {
"line": 10,
"column": 11
"column": 10
}
},
"sourceIndex": 0,
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"end": {
"line": 14,
"column": 4
"column": 3
}
},
"spaces": {
Expand All @@ -84,7 +84,7 @@
},
"end": {
"line": 14,
"column": 4
"column": 3
}
},
"sourceIndex": 0,
Expand All @@ -102,7 +102,7 @@
},
"end": {
"line": 14,
"column": 4
"column": 3
}
},
"sourceIndex": 0,
Expand Down Expand Up @@ -130,7 +130,7 @@
},
"end": {
"line": 22,
"column": 22
"column": 21
}
},
"spaces": {
Expand All @@ -146,7 +146,7 @@
},
"end": {
"line": 18,
"column": 11
"column": 10
}
},
"sourceIndex": 0,
Expand All @@ -164,7 +164,7 @@
},
"end": {
"line": 18,
"column": 4
"column": 3
}
},
"sourceIndex": 0,
Expand All @@ -183,7 +183,7 @@
},
"end": {
"line": 18,
"column": 11
"column": 10
}
},
"sourceIndex": 1,
Expand All @@ -207,7 +207,7 @@
},
"end": {
"line": 19,
"column": 12
"column": 11
}
},
"sourceIndex": 9,
Expand All @@ -225,7 +225,7 @@
},
"end": {
"line": 19,
"column": 4
"column": 3
}
},
"sourceIndex": 12,
Expand All @@ -244,7 +244,7 @@
},
"end": {
"line": 19,
"column": 12
"column": 11
}
},
"sourceIndex": 13,
Expand All @@ -268,7 +268,7 @@
},
"end": {
"line": 20,
"column": 8
"column": 7
}
},
"sourceIndex": 22,
Expand All @@ -286,7 +286,7 @@
},
"end": {
"line": 20,
"column": 4
"column": 3
}
},
"sourceIndex": 25,
Expand All @@ -305,7 +305,7 @@
},
"end": {
"line": 20,
"column": 6
"column": 5
}
},
"sourceIndex": 27,
Expand All @@ -327,7 +327,7 @@
},
"end": {
"line": 20,
"column": 8
"column": 7
}
},
"sourceIndex": 29,
Expand All @@ -350,7 +350,7 @@
},
"end": {
"line": 21,
"column": 15
"column": 14
}
},
"sourceIndex": 31,
Expand All @@ -368,7 +368,7 @@
},
"end": {
"line": 21,
"column": 4
"column": 3
}
},
"sourceIndex": 34,
Expand All @@ -387,7 +387,7 @@
},
"end": {
"line": 21,
"column": 6
"column": 5
}
},
"sourceIndex": 36,
Expand All @@ -408,7 +408,7 @@
},
"end": {
"line": 21,
"column": 15
"column": 14
}
},
"sourceIndex": 38,
Expand All @@ -431,7 +431,7 @@
},
"end": {
"line": 22,
"column": 22
"column": 21
}
},
"sourceIndex": 47,
Expand All @@ -449,7 +449,7 @@
},
"end": {
"line": 22,
"column": 4
"column": 3
}
},
"sourceIndex": 50,
Expand All @@ -467,7 +467,7 @@
},
"end": {
"line": 22,
"column": 22
"column": 21
}
},
"sourceIndex": 51,
Expand Down
Loading

0 comments on commit 47e8c2b

Please sign in to comment.