@@ -13,24 +13,24 @@ END SNAPSHOT"
13
13
exports [` Test apply-multiple-patches: 01: patch-package stores a state file to list the patches that have been applied 1` ] = `
14
14
"SNAPSHOT: patch-package stores a state file to list the patches that have been applied
15
15
{
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
34
34
} END SNAPSHOT"
35
35
` ;
36
36
@@ -45,14 +45,14 @@ END SNAPSHOT"
45
45
exports [` Test apply-multiple-patches: 03: patch-package stores a state file of only the first patch if there was an error 1` ] = `
46
46
"SNAPSHOT: patch-package stores a state file of only the first patch if there was an error
47
47
{
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
56
56
} END SNAPSHOT"
57
57
` ;
58
58
0 commit comments