N°3990 - Compiler: Set "_delta" flag on moved node if no ancestors has one

This commit is contained in:
Molkobain
2021-05-10 19:04:45 +02:00
parent ab30bae46a
commit 626316e8d1
21 changed files with 434 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.7">
<a>
<b/>
<d _delta="force"/>
<f _delta="delete">
<g>I'm a future sibling</g>
</f>
</a>
</itop_design>