Skip to content

Commit

Permalink
Add a doc comment for the ref_properties_patch_update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Aug 19, 2024
1 parent 62f75e8 commit ed7e3c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/tests/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,12 @@ fn ref_properties_remove() {
});
}

/// When Ref properties were first implemented, a mistake was made that resulted
/// in Ref properties defined via attributes not being included in patch
/// computation, which resulted in subsequent patches setting those properties
/// to `nil`.
///
/// See: https://github.com/rojo-rbx/rojo/issues/929
#[test]
fn ref_properties_patch_update() {
// Reusing ref_properties is fun and easy.
Expand Down

0 comments on commit ed7e3c2

Please sign in to comment.