Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Jan 6, 2025
1 parent 201c515 commit 976c043
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ check-links:
[no-exit-message]
markdownlint:
docker run \
-v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:v0.42.0 \
-v $PWD:/workdir \
ghcr.io/igorshubovych/markdownlint-cli:v0.42.0 \
--config .markdownlint.yml \
--ignore CHANGELOG.md "**/*.md"
--ignore CHANGELOG.md \
"**/*.md"


# Run the unit tests
Expand Down
2 changes: 1 addition & 1 deletion testdata/xml-data/test-data-systematic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
restype=":ImageThing"
id="image_thing_10"
permissions="open">
<bitstream>testdata/bitstreams/test with special chars àéèêëôû äöüß 0123456789 _-'()+=!?&lt;&gt;| 漢が글ርبيةб中.png</bitstream>
<bitstream>testdata/bitstreams/test with special chars àéèêëôû äöüß 0123456789 _-'()+=!?&lt;&gt;| 漢が글ርبيةб中[].png</bitstream>
<text-prop name=":hasSimpleText">
<text permissions="open" encoding="utf8">This is a Imagething, the name contains special chars</text>
</text-prop>
Expand Down

0 comments on commit 976c043

Please sign in to comment.