diff options
author | facelessuser <faceless.shop@gmail.com> | 2014-10-18 13:17:53 -0600 |
---|---|---|
committer | facelessuser <faceless.shop@gmail.com> | 2014-10-18 13:17:53 -0600 |
commit | 72c819a6c7e10836f9ff67f662ac183fd01f5873 (patch) | |
tree | 366d1bab4288782cc6d90ec4421973f223225b70 /tests/basic/inline-html-simple.html | |
parent | 57633f1743cc16e16c140cc92f860c62d872b6cc (diff) | |
download | markdown-72c819a6c7e10836f9ff67f662ac183fd01f5873.tar.gz markdown-72c819a6c7e10836f9ff67f662ac183fd01f5873.tar.bz2 markdown-72c819a6c7e10836f9ff67f662ac183fd01f5873.zip |
Fix tail out of order issue
This issue was discovered when dealing with nested inlines. In
treeprocessors.py it was incorrectly handling tails. In short, tail
elements were being inserted earlier than they were supposed to be.
In order to fix this, the insertion index should be incremented by 1 so
that when the tails are inserted into the parent, they will be just
after the child they came from.
Also added a test in nested-patterns to catch this issue.
Diffstat (limited to 'tests/basic/inline-html-simple.html')
0 files changed, 0 insertions, 0 deletions