Mike Beckerle created DAFFODIL-2955:
---------------------------------------
Summary: 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
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)