Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcaldeira committed Oct 17, 2023
1 parent b81fdfa commit 2a2170d
Showing 1 changed file with 49 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ exports[`FormatValue should handle leading empty space in the string 1`] = `
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
class="theme-td-value td-value"
/>
<span
class="theme-td-value td-value"
>
Expand All @@ -37,8 +40,6 @@ exports[`FormatValue should handle line feeding in the string 1`] = `
class="CoralIcon theme-td-white-space-character td-white-space-character"
name="talend-carriage-return"
/>
</span>
<span
class="theme-td-value td-value"
Expand Down Expand Up @@ -66,8 +67,6 @@ exports[`FormatValue should handle single line feed 1`] = `
class="CoralIcon theme-td-white-space-character td-white-space-character"
name="talend-carriage-return"
/>
</span>
</span>
</DocumentFragment>
Expand Down Expand Up @@ -106,6 +105,9 @@ exports[`FormatValue should handle trailing empty space in the string 1`] = `
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
class="theme-td-value td-value"
/>
</span>
</DocumentFragment>
`;
Expand All @@ -126,6 +128,39 @@ exports[`FormatValue should replace the leading/trailing white space and the lin
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
aria-label="whitespace character"
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
aria-label="whitespace character"
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
aria-label="whitespace character"
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
aria-label="whitespace character"
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
aria-label="whitespace character"
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
aria-label="whitespace character"
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
class="theme-td-value td-value"
/>
<span
aria-label="space character"
class="CoralIcon theme-td-white-space-character td-white-space-character"
Expand All @@ -147,14 +182,22 @@ exports[`FormatValue should replace the leading/trailing white space and the lin
class="CoralIcon theme-td-white-space-character td-white-space-character"
name="talend-carriage-return"
/>
</span>
<span
aria-label="whitespace character"
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
aria-label="whitespace character"
class="CoralIcon theme-td-white-space-character theme-td-other-characters td-white-space-character"
name="talend-empty-char"
/>
<span
class="theme-td-value td-value"
>
psum
</span>
<span
aria-label="tab character"
class="CoralIcon theme-td-white-space-character theme-td-tab-character td-white-space-character"
Expand Down

0 comments on commit 2a2170d

Please sign in to comment.