-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: hacky correction to xml comment newline/indent behavior
- Loading branch information
Showing
3 changed files
with
12 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 4 additions & 12 deletions
16
...ce-app/main/default/objectTranslations/Contact-en_US/Example__c.fieldTranslation-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<help> | ||
<!-- Please choose an option --> | ||
</help> | ||
<label> | ||
<!-- Example --> | ||
</label> | ||
<help><!-- Please choose an option --></help> | ||
<label><!-- Example --></label> | ||
<name>Example__c</name> | ||
<picklistValues> | ||
<masterLabel>One</masterLabel> | ||
<translation> | ||
<!-- One --> | ||
</translation> | ||
<translation><!-- One --></translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Two</masterLabel> | ||
<translation> | ||
<!-- Two --> | ||
</translation> | ||
<translation><!-- Two --></translation> | ||
</picklistValues> | ||
</CustomFieldTranslation> |
40b6eef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-linux
178
ms183
ms0.97
eda-sourceToMdapi-linux
1949
ms2025
ms0.96
eda-sourceToZip-linux
1409
ms1497
ms0.94
eda-mdapiToSource-linux
2917
ms2831
ms1.03
lotsOfClasses-componentSetCreate-linux
365
ms473
ms0.77
lotsOfClasses-sourceToMdapi-linux
3706
ms3712
ms1.00
lotsOfClasses-sourceToZip-linux
3064
ms3146
ms0.97
lotsOfClasses-mdapiToSource-linux
3496
ms3559
ms0.98
lotsOfClassesOneDir-componentSetCreate-linux
629
ms658
ms0.96
lotsOfClassesOneDir-sourceToMdapi-linux
6549
ms6610
ms0.99
lotsOfClassesOneDir-sourceToZip-linux
5825
ms5855
ms0.99
lotsOfClassesOneDir-mdapiToSource-linux
6425
ms6424
ms1.00
This comment was automatically generated by workflow using github-action-benchmark.
40b6eef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-win32
379
ms378
ms1.00
eda-sourceToMdapi-win32
3456
ms3484
ms0.99
eda-sourceToZip-win32
2151
ms2096
ms1.03
eda-mdapiToSource-win32
5614
ms5633
ms1.00
lotsOfClasses-componentSetCreate-win32
826
ms883
ms0.94
lotsOfClasses-sourceToMdapi-win32
7460
ms7480
ms1.00
lotsOfClasses-sourceToZip-win32
4606
ms4649
ms0.99
lotsOfClasses-mdapiToSource-win32
7411
ms7487
ms0.99
lotsOfClassesOneDir-componentSetCreate-win32
1482
ms1470
ms1.01
lotsOfClassesOneDir-sourceToMdapi-win32
13684
ms13747
ms1.00
lotsOfClassesOneDir-sourceToZip-win32
8525
ms8610
ms0.99
lotsOfClassesOneDir-mdapiToSource-win32
13554
ms13520
ms1.00
This comment was automatically generated by workflow using github-action-benchmark.