@@ -13,24 +13,24 @@ END SNAPSHOT"
1313exports [` Test apply-multiple-patches: 01: patch-package stores a state file to list the patches that have been applied 1` ] = `
1414"SNAPSHOT: patch-package stores a state file to list the patches that have been applied
1515{
16- \\" version \\ " : 0 ,
17- \\ " patches \\ " : [
18- {
19- \\" patchFilename \\ " : \\" left-pad+1.3.0+001+hello.patch \\ " ,
20- \\" didApply \\ " : true ,
21- \\ " patchContentHash \\ " : \\ " 404c604ed830db6a0605f86cb9165ced136848f70986b23bf877bcf38968c1c9 \\ "
22- },
23- {
24- \\" patchFilename \\ " : \\" left-pad+1.3.0+002+world.patch \\ " ,
25- \\" didApply \\ " : true ,
26- \\ " patchContentHash \\ " : \\ " f2859c7193de8d9578bdde7e226de516adc8d972d6e76997cbe1f41b1a535359 \\ "
27- },
28- {
29- \\" patchFilename \\ " : \\" left-pad+1.3.0+003+goodbye.patch \\ " ,
30- \\" didApply \\ " : true ,
31- \\ " patchContentHash \\ " : \\ " 946d4e578decc1e475ca9b0de07353791969312fd2bf5d9cfc5182b86d9804ad \\ "
32- }
33- ]
16+ \\" patches \\ " : [
17+ {
18+ \\ " didApply \\ " : true ,
19+ \\" patchContentHash \\ " : \\" 404c604ed830db6a0605f86cb9165ced136848f70986b23bf877bcf38968c1c9 \\ " ,
20+ \\" patchFilename \\ " : \\ " left-pad+1.3.0+001+hello.patch \\ "
21+ },
22+ {
23+ \\ " didApply \\ " : true ,
24+ \\" patchContentHash \\ " : \\" f2859c7193de8d9578bdde7e226de516adc8d972d6e76997cbe1f41b1a535359 \\ " ,
25+ \\" patchFilename \\ " : \\ " left-pad+1.3.0+003+world.patch \\ "
26+ },
27+ {
28+ \\ " didApply \\ " : true ,
29+ \\" patchContentHash \\ " : \\" 946d4e578decc1e475ca9b0de07353791969312fd2bf5d9cfc5182b86d9804ad \\ " ,
30+ \\" patchFilename \\ " : \\ " left-pad+1.3.0+004+goodbye.patch \\ "
31+ }
32+ ],
33+ \\ " version \\ " : 0
3434} END SNAPSHOT"
3535` ;
3636
@@ -45,14 +45,14 @@ END SNAPSHOT"
4545exports [` Test apply-multiple-patches: 03: patch-package stores a state file of only the first patch if there was an error 1` ] = `
4646"SNAPSHOT: patch-package stores a state file of only the first patch if there was an error
4747{
48- \\" patches\\ " : [
49- {
50- \\" didApply\\ " : true ,
51- \\" patchContentHash\\ " : \\" 404c604ed830db6a0605f86cb9165ced136848f70986b23bf877bcf38968c1c9\\ " ,
52- \\" patchFilename\\ " : \\" left-pad+1.3.0+001+hello.patch\\ "
53- }
54- ],
55- \\" version\\ " : 0
48+ \\" patches\\ " : [
49+ {
50+ \\" didApply\\ " : true ,
51+ \\" patchContentHash\\ " : \\" 404c604ed830db6a0605f86cb9165ced136848f70986b23bf877bcf38968c1c9\\ " ,
52+ \\" patchFilename\\ " : \\" left-pad+1.3.0+001+hello.patch\\ "
53+ }
54+ ],
55+ \\" version\\ " : 0
5656} END SNAPSHOT"
5757` ;
5858
0 commit comments