]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/manual/indent/octave.m (spmd): Add test for last change
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 20 Jul 2019 16:19:57 +0000 (12:19 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 20 Jul 2019 16:19:57 +0000 (12:19 -0400)
test/manual/indent/octave.m

index 3052a6d3687e0c1cddd8f93b7de36d056890bdb4..76cad09ad1ed4d3ad87f052254bc8b2142ef98d9 100644 (file)
@@ -14,6 +14,10 @@ function res = tcomp (fn)
   until x = ...
         y
 
+  spmd                          #bug#36703
+    something
+  end
+
   %% res = tcomp (fn)
   %%     imports components and rearranges them.