comparison scripts/miscellaneous/publish.m @ 27216:823b4bcf79fc

unless necessary for formatting or code, use ' instead of ` Files affected: doc/interpreter/TODO, etc/HACKING.md, examples/code/oregonator.cc, examples/code/oregonator.m, libgui/graphics/ObjectFactory.cc, libinterp/corefcn/defun-dld.h, libinterp/corefcn/defun.h, libinterp/corefcn/graphics.cc, libinterp/corefcn/ls-hdf5.cc, libinterp/corefcn/oct-stream.cc, libinterp/octave-value/cdef-class.cc, libinterp/octave-value/cdef-manager.cc, libinterp/octave-value/cdef-method.cc, libinterp/octave-value/cdef-object.cc, libinterp/octave-value/cdef-package.cc, libinterp/octave-value/cdef-property.cc, libinterp/octave-value/cdef-utils.cc, libinterp/octave-value/ov-classdef.cc, libinterp/octave-value/ov-java.cc, libinterp/octave-value/ov.h, libinterp/parse-tree/oct-parse.yy, liboctave/array/Array.h, liboctave/numeric/bsxfun.h, liboctave/util/oct-rl-hist.c, scripts/help/__unimplemented__.m, scripts/image/imformats.m, scripts/image/imwrite.m, scripts/image/private/__imread__.m, scripts/image/private/__imwrite__.m, scripts/java/org/octave/Matrix.java, scripts/linear-algebra/condeig.m, scripts/miscellaneous/inputParser.m, scripts/miscellaneous/publish.m, scripts/pkg/private/configure_make.m, scripts/special-matrix/gallery.m, scripts/web/weboptions.m, test/classdef/classdef.tst.
author John W. Eaton <jwe@octave.org>
date Wed, 26 Jun 2019 15:47:03 -0400
parents 00f796120a6d
children 4075474fd9d0
comparison
equal deleted inserted replaced
27215:274766cae722 27216:823b4bcf79fc
817 ## FORMAT_TEXT formats inline formats in strings. 817 ## FORMAT_TEXT formats inline formats in strings.
818 ## These are: links, block/inline math, bold, italic, monospaced, (TM), (R) 818 ## These are: links, block/inline math, bold, italic, monospaced, (TM), (R)
819 819
820 ## Helper to clarify the following regular expressions. It is suitable for 820 ## Helper to clarify the following regular expressions. It is suitable for
821 ## inline formatting, that is delimited literally at start and end by 821 ## inline formatting, that is delimited literally at start and end by
822 ## `delim`. `term` is an indicating character for the end delimiter. 822 ## 'delim'. 'term' is an indicating character for the end delimiter.
823 ## 823 ##
824 ## Best explained by example ('^' start and '$' end of input): 824 ## Best explained by example ('^' start and '$' end of input):
825 ## 825 ##
826 ## Positive matches: 826 ## Positive matches:
827 ## 827 ##
1102 1102
1103 endswitch 1103 endswitch
1104 endfunction 1104 endfunction
1105 1105
1106 1106
1107 ## Note: Functional BIST tests are located in the `test/publish` directory. 1107 ## Note: Functional BIST tests are located in the 'test/publish' directory.
1108 1108
1109 ## Test input validation 1109 ## Test input validation
1110 %!error publish () 1110 %!error publish ()
1111 %!error publish (1) 1111 %!error publish (1)
1112 %!error <FILE does not exist> publish ("%%_non_existent_file_%%.m") 1112 %!error <FILE does not exist> publish ("%%_non_existent_file_%%.m")