Skip to content

Commit

Permalink
Issue #3961: clarify description of empty string roundtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Dec 7, 2024
1 parent ab93135 commit ab70e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test/GenericInterface/Mapping/XSLT.t
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,15 @@ END_STYLESHEET
ConfigSuccess => 1,
},
{
Name => 'Roundtrip empty string, turned into empty string',
Name => 'Roundtrip empty string, the empty string survives',
Config => {
Template => $IdentityTransform,
},
Data => {
Key => q{},
},
ResultData => {
Key => '',
Key => q{},
},
ResultSuccess => 1,
ConfigSuccess => 1,
Expand Down

0 comments on commit ab70e8a

Please sign in to comment.