File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ describe("url", function() {
144
144
] ) ;
145
145
test ( "placeholder" , ".[className] { background: red; }\n#[someId] { background: green; }\n" +
146
146
".[className] .[subClass] { color: green; }\n#[someId] .[subClass] { color: blue; }" , function ( ) { var r = [
147
- [ 1 , ".ze24205081ae540afa51bd4cce768e8b7 { background: red; }\n#zdf12049771f7fc796a63a3945da3a66d { background: green; }\n" +
148
- ".ze24205081ae540afa51bd4cce768e8b7 .z9f634213cd27594c1a13d18554d47a8c { color: green; }\n#zdf12049771f7fc796a63a3945da3a66d .z9f634213cd27594c1a13d18554d47a8c { color: blue; }" , "" ]
147
+ [ 1 , ".z857c3103f06630f914262cbc4bce752f { background: red; }\n#z5a79ec8f696debd47ffff36ec4ae1eb8 { background: green; }\n" +
148
+ ".z857c3103f06630f914262cbc4bce752f .zaf1bf69321affd3c299f08aee1373fba { color: green; }\n#z5a79ec8f696debd47ffff36ec4ae1eb8 .zaf1bf69321affd3c299f08aee1373fba { color: blue; }" , "" ]
149
149
] ;
150
150
r . placeholders = {
151
- className : "ze24205081ae540afa51bd4cce768e8b7 " ,
152
- someId : "zdf12049771f7fc796a63a3945da3a66d " ,
153
- subClass : "z9f634213cd27594c1a13d18554d47a8c "
151
+ className : "z857c3103f06630f914262cbc4bce752f " ,
152
+ someId : "z5a79ec8f696debd47ffff36ec4ae1eb8 " ,
153
+ subClass : "zaf1bf69321affd3c299f08aee1373fba "
154
154
} ;
155
155
return r ;
156
156
} ( ) ) ;
You can’t perform that action at this time.
0 commit comments