File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -158,12 +158,12 @@ describe('extractPhrases with hashed keys', () => {
158
158
string : 'Text 5' ,
159
159
meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
160
160
} ,
161
- '404d0c0fef510bc89da7bc58ef160ccc ' : {
162
- string : 'Text <1> 6 </1>' ,
161
+ '121b687b8625b4e58ba7f36dca77ad7f ' : {
162
+ string : 'Text <1>6 </1>' ,
163
163
meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
164
164
} ,
165
- '4f5fe2d7356c474bd2f4c03176c6bc45 ' : {
166
- string : 'Text <1> <2> 7 </2> </1>' ,
165
+ '3ed8a3c47f6a32ece9c9ae0c2a060d45 ' : {
166
+ string : 'Text <1><2>7 </2></1>' ,
167
167
meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
168
168
} ,
169
169
'1ecaf4c087b894bf86987fc2972ddba7' : {
Original file line number Diff line number Diff line change @@ -151,12 +151,12 @@ describe('extractPhrases with source keys', () => {
151
151
string : 'Text 5' ,
152
152
meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
153
153
} ,
154
- 'Text <1> 6 </1>' : {
155
- string : 'Text <1> 6 </1>' ,
154
+ 'Text <1>6 </1>' : {
155
+ string : 'Text <1>6 </1>' ,
156
156
meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
157
157
} ,
158
- 'Text <1> <2> 7 </2> </1>' : {
159
- string : 'Text <1> <2> 7 </2> </1>' ,
158
+ 'Text <1><2>7 </2></1>' : {
159
+ string : 'Text <1><2>7 </2></1>' ,
160
160
meta : { context : [ ] , tags : [ ] , occurrences : [ 'react.jsx' ] } ,
161
161
} ,
162
162
'Text 8::foo' : {
You can’t perform that action at this time.
0 commit comments