-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make taxonomy more robust (#524)
- Don't fail for a single line - Keep non existing parents as comments - Keep isolated properties with previous entry
- Loading branch information
Showing
5 changed files
with
217 additions
and
120 deletions.
There are no files selected for viewing
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
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,13 @@ | ||
# test a bug found with categories taxonomy | ||
|
||
en:milk | ||
# broken property | ||
mytest:en it lacks a colon | ||
okprop:en: this is ok | ||
|
||
# isolated property | ||
another:en: this is ok too | ||
|
||
# broken parent | ||
< milk | ||
en: Cow milk |
Oops, something went wrong.