Skip to content

Commit d056da1

Browse files
committed
[ 3.104s] 300 tests run: 300 passed, 1 skipped
1 parent a8b3831 commit d056da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3079,7 +3079,7 @@ where
30793079
// See tests::fuzz::echaw9. The paragraph doesn't exist in the source,
30803080
// so we remove it.
30813081
if sourcepos.end.column < adjust && node.next_sibling(self.arena).is_none() {
3082-
parent.remove_subtree(self.arena);
3082+
parent.remove_self(self.arena);
30833083
} else {
30843084
sourcepos.start.column = adjust;
30853085
parent.get_mut(self.arena).sourcepos.start.column = adjust;

0 commit comments

Comments
 (0)