-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: preserve xml comments in decomposed files (#1288)
* fix: preserve xml comments in decomposed files * test: add gender field for snapshot * fix: hacky correction to xml comment newline/indent behavior
- Loading branch information
Showing
44 changed files
with
1,709 additions
and
3 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
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
17 changes: 17 additions & 0 deletions
17
...__snapshots__/verify-md-files.expected/objectTranslations/Contact-en_US.objectTranslation
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<gender></gender> | ||
<fields> | ||
<help><!-- Please choose an option --></help> | ||
<label><!-- Example --></label> | ||
<name>Example__c</name> | ||
<picklistValues> | ||
<masterLabel>One</masterLabel> | ||
<translation><!-- One --></translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Two</masterLabel> | ||
<translation><!-- Two --></translation> | ||
</picklistValues> | ||
</fields> | ||
</CustomObjectTranslation> |
Oops, something went wrong.