Permalink
Please sign in to comment.
Showing
with
10 additions
and 4 deletions.
| @@ -1,5 +1,4 @@ | ||
| - | ||
| function assertStringContains(text, subtext) | ||
| assert(~isempty(strfind(text, subtext)), ... | ||
| - 'String ''%s'' should contain ''%s'', but it doesn''t.'); | ||
| + 'String ''%s'' should contain ''%s'', but it doesn''t.', text, subtext); | ||
| end |
0 comments on commit
08c3ba1