First stab at publishing with org ids #806
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Test case works for regular WikiWords and with sections.
Needs further work with tests and possibly refactoring.
Sharing for feedback.
I have today experimented with your hywiki folder. All files except one can be
exported with out any runtime error. The BB.org files causes an error which I
will look into.
I have not doubled checked all links but to my surprise I found rather few
proper links in the material. So not sure how I can use it to create more
types of tests from it. (Except for the BB.org file that is.)
Further updates.
I was able to find what input causes the error and also found two cases where
the generated output does not match the expected output. This is for plain
WikiWord generation, i.e. no sections involved.
It is documented in a test case in the mentioned PR.
Next step is to figure out what is happening and fix it.