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
expected:="Provide the machine image\nSee the registry (https://container.registry.blah/namespace) for options.\n\nMinion (https://octodex.github.com/images/minion.png)\n\nThis is bold text.\nThis is bold text.\nThis is italic text.\n\nBlockquotes can also be nested.\nStrikethrough.\n\n1. Lorem ipsum dolor sit amet.\n2. Consectetur adipiscing elit.\n3. Integer molestie lorem at massa.\n\nThere are also code tags!"
34
+
35
+
stripped, err:=parameter.Plaintext(mdDescription)
36
+
require.NoError(t, err)
37
+
require.Equal(t, expected, stripped)
38
+
})
39
+
40
+
t.Run("Nothing changes", func(t*testing.T) {
41
+
t.Parallel()
42
+
43
+
nothingChanges:="This is a simple description, so nothing changes."
0 commit comments