#496 closed defect (fixed)
Incorrect result of nested mtl:for
Reported by: | Maxim Reznik | Owned by: | Maxim Reznik |
---|---|---|---|
Priority: | major | Milestone: | 18.0 |
Component: | Matreshka - XML Processor | Version: | |
Keywords: | Cc: |
Description
Substitution of nested mtl:for is incorrect.
See test for #454 where 'expected' text is wrong:
post 1 post 2 -> subitem 1-2 post 2 -> subitem 1-2 post 2 post 2 -> subitem 2-2 post 2 -> subitem 2-2
Correct value should be:
post 1 post 1 -> subitem 1-1 post 1 -> subitem 1-2 post 2 post 2 -> subitem 2-1 post 2 -> subitem 2-2
Change History (2)
comment:1 by , 3 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 5859: