From b178770ce3dc9e115f69df05fbbb5f83556ffe13 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Fri, 23 May 2014 11:32:19 +0200 Subject: [PATCH] Cmake export tests: Parse also for nameless layouts in lyx-files --- development/autotests/lyxStatus.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/lyxStatus.pm b/development/autotests/lyxStatus.pm index 8182e49ac1..8a031840e9 100644 --- a/development/autotests/lyxStatus.pm +++ b/development/autotests/lyxStatus.pm @@ -235,7 +235,7 @@ sub checkForLayoutStart($) { my ($l) = @_; - if ($l =~ /^\\begin_layout\s+(.+)$/) { + if ($l =~ /^\\begin_layout\s+(.*)$/) { #print "started layout\n"; my %selem = (); $selem{type} = "layout"; -- 2.39.5