diff scripts/testfun/test.m @ 31788:b482ed13ac1a stable

doc: Use hyphen in "comma-separated list". * container.txi, octave.texi, graphics.cc, deal.m, importdata.m, test.m: Use hyphen in "comma-separated list".
author Rik <rik@octave.org>
date Fri, 27 Jan 2023 14:27:10 -0800
parents 597f3ee61a48
children cb56ab555113
line wrap: on
line diff
--- a/scripts/testfun/test.m	Fri Jan 27 14:08:38 2023 -0800
+++ b/scripts/testfun/test.m	Fri Jan 27 14:27:10 2023 -0800
@@ -1100,7 +1100,7 @@
 ## %!invalid                   # unknown block type
 ## %!error  toeplitz ([1,2,3]); # correct usage
 ## %!test   syntax errors)     # syntax errors fail properly
-## %!shared garbage in         # variables must be comma separated
+## %!shared garbage in         # variables must be comma-separated
 ## %!error  syntax++error      # error test fails on syntax errors
 ## %!error  "succeeds.";       # error test fails if code succeeds
 ## %!error <wrong pattern> error ("message")  # error pattern must match