aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2019-07-20 12:19:57 -0400
committerStefan Monnier2019-07-20 12:19:57 -0400
commit189296bfcc3ff9fef66ba28e045b2898125120f2 (patch)
tree48911fbec66cdf005001407404c2142256012cd9
parent625b23fc6f4c1fe8e62cc2a7fcf1e3d8392b493f (diff)
downloademacs-189296bfcc3ff9fef66ba28e045b2898125120f2.tar.gz
emacs-189296bfcc3ff9fef66ba28e045b2898125120f2.zip
* test/manual/indent/octave.m (spmd): Add test for last change
-rw-r--r--test/manual/indent/octave.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/manual/indent/octave.m b/test/manual/indent/octave.m
index 3052a6d3687..76cad09ad1e 100644
--- a/test/manual/indent/octave.m
+++ b/test/manual/indent/octave.m
@@ -14,6 +14,10 @@ function res = tcomp (fn)
14 until x = ... 14 until x = ...
15 y 15 y
16 16
17 spmd #bug#36703
18 something
19 end
20
17 %% res = tcomp (fn) 21 %% res = tcomp (fn)
18 %% imports components and rearranges them. 22 %% imports components and rearranges them.
19 23