Andrew Stone
Andrew Stone
This one is probably best described with a (failing) test case: ``` go func TestCursor_DeleteInAddTransaction(t *testing.T) { db := NewTestDB() defer db.Close() const count = 10 db.Update(func(tx *bolt.Tx) error {...
The following HTML is valid (according to [the W3C validator](https://validator.w3.org/nu/#textarea)), but it's not being minified properly: ```html Lorem ipsum Lorem & ipsum, elit. ``` Got ```html Lorem ipsumLorem & ipsum,...
The following css isn't minified properly: ```css :root { --v: 1px 2px } :root { --v: a, b, c; } :root { --v: a, b, c; } ``` Got: ```css...