Skip to content

Commit

Permalink
Merge pull request #184 from FHIR/d0-20240805-patch-xml-format-fix
Browse files Browse the repository at this point in the history
Fix bad xml formatting
  • Loading branch information
grahamegrieve authored Aug 5, 2024
2 parents 8bd914c + 61ed99a commit 98b30fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r5/patch/fhir-path-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<part>
<name value="value" />
<valueReference>
<reference reference="Device/1">
<reference reference="Device/1" />
</valueReference>
</part>
</part>
Expand All @@ -242,7 +242,7 @@
<processing>
<extension url="http://example.org/fhir/DeviceExtension">
<valueReference>
<reference reference="Device/1">
<reference reference="Device/1" />
</valueReference>
</extension>
<description value="test"/>
Expand Down

0 comments on commit 98b30fb

Please sign in to comment.