@@ -12,7 +12,7 @@ test("nested classes", () => {
1212 "my-class" ,
1313 [
1414 {
15- c : [ "my-class" ] ,
15+ c : [ "g: my-class" ] ,
1616 s : [ 0 ] ,
1717 } ,
1818 ] ,
@@ -21,7 +21,7 @@ test("nested classes", () => {
2121 "test" ,
2222 [
2323 {
24- cq : [ { n : "my-class" } ] ,
24+ cq : [ { n : "g: my-class" } ] ,
2525 d : [ { color : "#f00" } ] ,
2626 v : [ [ "__rn-css-color" , "#f00" ] ] ,
2727 s : [ 1 , 2 ] ,
@@ -44,7 +44,7 @@ test("multiple tiers classes", () => {
4444 "one" ,
4545 [
4646 {
47- c : [ "one" ] ,
47+ c : [ "g: one" ] ,
4848 s : [ 0 ] ,
4949 } ,
5050 ] ,
@@ -53,7 +53,7 @@ test("multiple tiers classes", () => {
5353 "two" ,
5454 [
5555 {
56- c : [ "two" ] ,
56+ c : [ "g: two" ] ,
5757 s : [ 0 ] ,
5858 } ,
5959 ] ,
@@ -62,7 +62,7 @@ test("multiple tiers classes", () => {
6262 "test" ,
6363 [
6464 {
65- cq : [ { n : "one" } , { n : "two" } ] ,
65+ cq : [ { n : "g: one" } , { n : "g: two" } ] ,
6666 d : [ { color : "#f00" } ] ,
6767 v : [ [ "__rn-css-color" , "#f00" ] ] ,
6868 s : [ 1 , 3 ] ,
@@ -85,7 +85,7 @@ test("tiers with multiple classes", () => {
8585 "one" ,
8686 [
8787 {
88- c : [ "one" ] ,
88+ c : [ "g: one" ] ,
8989 s : [ 0 ] ,
9090 } ,
9191 ] ,
@@ -94,7 +94,7 @@ test("tiers with multiple classes", () => {
9494 "three" ,
9595 [
9696 {
97- c : [ "three.two" ] ,
97+ c : [ "g: three.two" ] ,
9898 s : [ 0 ] ,
9999 aq : [ [ "a" , "className" , "*=" , "two" ] ] ,
100100 } ,
@@ -105,9 +105,9 @@ test("tiers with multiple classes", () => {
105105 [
106106 {
107107 cq : [
108- { n : "one" } ,
108+ { n : "g: one" } ,
109109 {
110- n : "three.two" ,
110+ n : "g: three.two" ,
111111 } ,
112112 ] ,
113113 d : [ { color : "#f00" } ] ,
0 commit comments