File tree 6 files changed +25
-7
lines changed
test/snapshots/--should-be-passed
6 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 69
69
]
70
70
},
71
71
"dependencies" : {
72
- "escape-string-regexp" : " ^2 .0.0" ,
72
+ "escape-string-regexp" : " ^4 .0.0" ,
73
73
"lodash.sortby" : " ^4.7.0" ,
74
74
"lodash.uniq" : " ^4.5.0" ,
75
75
"lodash.uniqwith" : " ^4.5.0"
Original file line number Diff line number Diff line change
1
+ [
2
+ " foo-bar"
3
+ ]
Original file line number Diff line number Diff line change
1
+ foo-bar
Original file line number Diff line number Diff line change
1
+
2
+ - match text: ** foo-bar**
3
+ - captures: ** [ ] **
4
+ - startIndex: ** 0**
5
+ - endIndex: ** 7**
6
+
7
+ ```
8
+ **foo-bar**
9
+
10
+ ```
11
+
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "match" : " foo-bar" ,
4
+ "captures" : [],
5
+ "startIndex" : 0 ,
6
+ "endIndex" : 7
7
+ }
8
+ ]
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ escalade@^3.1.1:
408
408
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
409
409
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
410
410
411
- escape-string-regexp@4.0.0 :
411
+ escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0 :
412
412
version "4.0.0"
413
413
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
414
414
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
@@ -418,11 +418,6 @@ escape-string-regexp@^1.0.5:
418
418
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
419
419
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
420
420
421
- escape-string-regexp@^2.0.0 :
422
- version "2.0.0"
423
- resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
424
- integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
425
-
426
421
execa@^5.1.1 :
427
422
version "5.1.1"
428
423
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
You can’t perform that action at this time.
0 commit comments