diff scripts/general/postpad.m @ 23573:1b4f4ec53b4a

use new script to tag fixed bugs in tests
author John W. Eaton <jwe@octave.org>
date Fri, 09 Jun 2017 17:44:57 -0400
parents 0703d31e1ec0
children 194eb4bd202b
line wrap: on
line diff
--- a/scripts/general/postpad.m	Fri Jun 09 17:40:34 2017 -0400
+++ b/scripts/general/postpad.m	Fri Jun 09 17:44:57 2017 -0400
@@ -106,7 +106,7 @@
 %!assert (postpad ([1; 2], 2, 3, 2), [1 3; 2 3])
 
 %! ## Test with string concatenation
-%!assert <44162> (postpad ("Octave", 16, "x"), "Octavexxxxxxxxxx")
+%!assert <*44162> (postpad ("Octave", 16, "x"), "Octavexxxxxxxxxx")
 %!assert (postpad ("Octave", 4), "Octa")
 
 %!error postpad ()