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
OK(runner, expectedAttributes==NULL, "markdown '%s' produced an unexpected NULL attribute", markdown);
1216
+
} elseif (expectedAttributes==NULL) {
1217
+
OK(runner, attributeContent==NULL, "markdown '%s' produced an unexpected NULL attribute", markdown);
1218
+
} else {
1219
+
STR_EQ(runner, attributeContent, expectedAttributes, "markdown '%s' did not produce the correct attributes: got %s, expecting: %s", markdown, attributeContent, expectedAttributes);
0 commit comments