[
https://issues.apache.org/jira/browse/DAFFODIL-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olabusayo Kilo resolved DAFFODIL-2955.
--------------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Fixed in 60f87c621863fdcacdb8e10545bc830b73695b5a
> TDML Should trim leading and trailing whitespace from '<error>...</error>'
> strings
> ----------------------------------------------------------------------------------
>
> Key: DAFFODIL-2955
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2955
> Project: Daffodil
> Issue Type: Bug
> Components: TDML Runner
> Affects Versions: 3.9.0
> Reporter: Mike Beckerle
> Assignee: Olabusayo Kilo
> Priority: Major
> Fix For: 4.0.0
>
>
> The error strings are sensitive to pretty printing. They should not be.
> ```<error>
> Foo
> </error>
> ```
> Needs to be equivalent to
> ```
> <error>Foo</error>
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)