@@ -154,6 +154,34 @@ describe('extractPhrases with hashed keys', () => {
154
154
string : '<b>HTML inline text</b>' ,
155
155
meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
156
156
} ,
157
+ '57b0d93fc0e1c3af68a41214147efd97' : {
158
+ string : 'Text 5' ,
159
+ meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
160
+ } ,
161
+ '404d0c0fef510bc89da7bc58ef160ccc' : {
162
+ string : 'Text <1> 6 </1>' ,
163
+ meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
164
+ } ,
165
+ '4f5fe2d7356c474bd2f4c03176c6bc45' : {
166
+ string : 'Text <1> <2> 7 </2> </1>' ,
167
+ meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
168
+ } ,
169
+ '1ecaf4c087b894bf86987fc2972ddba7' : {
170
+ string : 'Text 8' ,
171
+ meta : { context : [ 'foo' ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
172
+ } ,
173
+ f9818c4a4b3772c365b8522ff29cb785 : {
174
+ string : 'Text <1/> 9' ,
175
+ meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
176
+ } ,
177
+ '37678ce8d9c3a694ce19b947c64b9787' : {
178
+ string : 'Text {msg}' ,
179
+ meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
180
+ } ,
181
+ '5c6622f57e93ed83011b45833a12b0aa' : {
182
+ string : 'Text 10' ,
183
+ meta : { context : [ ] , tags : [ 'tag1' , 'tag2' ] , occurrences : [ 'react.jsx' ] } ,
184
+ } ,
157
185
} ) ;
158
186
} ) ;
159
187
0 commit comments