When having two edges with same source and one being a self loop, there is no junction point. ``` knode a { kport p1 { } kedge (:p1->a) kedge (:p1->b) kedge (:p1->b) } knode b { } ``` 