-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
insert before regression #1785
Copy link
Copy link
Closed
Labels
Description
In version 8.4.17 there was some regression when inserting new nodes with before(). Prior to this patch version using the before() method would add the nodes with a newline between the reference node and the new node.
see new lines when adding AST nodes in 8.4.16: example
and no newlines when doing the same in 8.4.17: example
Reactions are currently unavailable