aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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