Skip to content

Commit

Permalink
* src/props.c (tests): Run a set/delete/delete sequence, since
Browse files Browse the repository at this point in the history
  deleting properties twice should succeed.
  • Loading branch information
notroj committed Aug 7, 2024
1 parent 712e168 commit 0de2ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/props.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ ne_test tests[] =

T(propmove), T(propget),
T(propdeletes), T(propget),
/* deleting a property twice should succeed. */
T(propset), T(propdeletes), T(propdeletes),
T(propreplace), T(propget),
T(propnullns), T(propget),
T(prophighunicode), T(propget),
Expand Down

0 comments on commit 0de2ef4

Please sign in to comment.