Skip to content

Commit

Permalink
fix: adapt test data for decimal value (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum authored Aug 19, 2024
1 parent a6f2ae8 commit 4d2f98a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ ENV/
env.bak/
venv.bak/

# IDEs
.vscode

# Generated files
data-processed.xml
2 changes: 1 addition & 1 deletion test/expected.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<date permissions="prop-default">GREGORIAN:CE:1849:CE:1850</date>
</date-prop>
<decimal-prop name=":hasWeight">
<decimal permissions="prop-default">1.0</decimal>
<decimal permissions="prop-default">1</decimal>
</decimal-prop>
<uri-prop name=":hasExternalLink">
<uri permissions="prop-default">https://en.wikipedia.org/wiki/Haiku#/media/File:Basho_Horohoroto.jpg</uri>
Expand Down

0 comments on commit 4d2f98a

Please sign in to comment.