From 189296bfcc3ff9fef66ba28e045b2898125120f2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 20 Jul 2019 12:19:57 -0400 Subject: [PATCH] * test/manual/indent/octave.m (spmd): Add test for last change --- test/manual/indent/octave.m | 4 ++++ 1 file changed, 4 insertions(+) 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) until x = ... y + spmd #bug#36703 + something + end + %% res = tcomp (fn) %% imports components and rearranges them. -- 2.39.2