mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Cmake export tests: Parse also for nameless layouts in lyx-files
This commit is contained in:
parent
a596736d76
commit
b178770ce3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user