--- Content key handling ---
(t *testing.T)
| 88 | } |
| 89 | if loaded.body.IsEmpty() { |
| 90 | t.Error("rich-text body should be rendered") |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | func TestJournalEditorContentRemovesTrixContainers(t *testing.T) { |
| 95 | tests := []struct { |
| 96 | name string |
| 97 | content string |
| 98 | want string |
| 99 | }{ |
| 100 | { |
nothing calls this directly
no test coverage detected