Skip to content

Commit

Permalink
Update .gitattributes and try to fix test xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Jul 26, 2024
1 parent 0e7dee1 commit a56e712
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* text=auto

# Declare files with fixed line ending for tests.
src/test/resources/**/* binary
src/test/resources/**/* binary diff

# Custom for Visual Studio
*.cs diff=csharp
Expand Down
50 changes: 25 additions & 25 deletions src/test/resources/someFile.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<!--context-param>
<param-name>resteasy.document.secure.disableDTDs</param-name>
<param-value></param-value>
</context-param-->
<body attr1="val1" attr2="val2" attr3="val3" attr4="a very very very very very very very very very very vey long val">Don't forget me this weekend!</body>
</note>
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<!--context-param>
<param-name>resteasy.document.secure.disableDTDs</param-name>
<param-value></param-value>
</context-param-->
<body attr1="val1" attr2="val2" attr3="val3" attr4="a very very very very very very very very very very vey long val">Don't forget me this weekend!</body>
</note>

0 comments on commit a56e712

Please sign in to comment.