You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[User "Alice" 30, User "Bob" 20, User "Carla" 10] ≠ [User "Alice" 30, User "Carla" 20, User "Devon" 10]
It would look better to add some basic diff support, like
[User "Alice" 30, User "Bob" 20, User "Carla" 10] ≠ [User "Alice" 30, User "Carla" 20]
[
User "Alice" 30,
- User "Bob" 20,
- User "Carla" 10,
+ User "Carla" 20,
]
The text was updated successfully, but these errors were encountered:
Currently, failures can look like
It would look better to add some basic diff support, like
The text was updated successfully, but these errors were encountered: