Said A.
Said A.
I saw that there was a general lack of tests for references in `complete.rs` so I decided to add some. During that I found a small regression due to my...
Alright, I'm putting the regression fixes into a separate PR. Any consolidation of the test code will also happen in the follow up PR.
@laurmaedje, I addressed your feedback. The `Label::new()` call sites mostly just unwrap, but according to my judgement these are correct. The shorthand syntax can't produce empty labels anymore, same with...