From f58638e06fda84c2e7272ed63028badc1fe00d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20G=2E=20Chajdas?= Date: Wed, 6 Jan 2021 12:15:29 +0100 Subject: [PATCH] Fix #1582 -- invalid comment in Matlab example. --- tests/examplefiles/matlab_sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examplefiles/matlab_sample b/tests/examplefiles/matlab_sample index bb00b51736..86163166b2 100644 --- a/tests/examplefiles/matlab_sample +++ b/tests/examplefiles/matlab_sample @@ -25,7 +25,7 @@ disp('a comment symbol, %, in a string'); function y=myfunc(x) y = exp(x); - {% + %{ a block comment %}