Commit 169128d2 authored by di68kap's avatar di68kap
Browse files

- neuer Testfall Flexion

parent d0658d98
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,6 @@ class RootNode(Node):
        duplicate.tag_name = self.tag_name
        return duplicate


    def swallow(self, node: Node) -> 'RootNode':
        """
        Put `self` in the place of `node` by copying all its data.