-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: invalid char regexp in tags implemented (#575)
- Loading branch information
1 parent
a0cbf2a
commit 51ac0b9
Showing
5 changed files
with
75 additions
and
40 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE en-export SYSTEM "http://xml.evernote.com/pub/evernote-export4.dtd"> | ||
<en-export export-date="20240107T224637Z" application="Evernote" version="10.68.3"> | ||
<note> | ||
<title>invalid-tags</title> | ||
<created>20240107T223821Z</created> | ||
<updated>20240107T224602Z</updated> | ||
<tag>tagPt1@+`"'\_tagPt2</tag> | ||
<note-attributes> | ||
</note-attributes> | ||
<content> | ||
<![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"><en-note><div>Note containing invalid tags</div></en-note> ]]> | ||
</content> | ||
</note> | ||
</en-export> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# invalid-tags | ||
|
||
--- | ||
Tag(s): #tagPt1\/tagPt2 | ||
|
||
--- | ||
|
||
Note containing invalid tags | ||
|
||
Created at: 2024-01-07T22:38:21+00:00 | ||
Updated at: 2024-01-07T22:46:02+00:00 | ||
|
Oops, something went wrong.