Skip to content

Commit

Permalink
Fix bad xml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Aug 5, 2024
1 parent 8bd914c commit 61ed99a
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 61ed99a

Please sign in to comment.