]> git.lyx.org Git - features.git/commit
Fix parsing of class and category declaration line in layout files
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 2 Sep 2015 12:29:06 +0000 (14:29 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 2 Sep 2015 12:29:06 +0000 (14:29 +0200)
commit0e62745995763c4493ac1f5053b1076e29124634
tree83cbe6f627d211d43a7a96f748c2277b008f2e10
parent3be54ff4ef7af430346b7334d16d4c2ef874dfaa
Fix parsing of class and category declaration line in layout files

* Omit commented-out lines
* Properly escape backslash
* Do not allow non-space chars after delaration
* Allow blanks before # comment character

Fixes: #9746
lib/configure.py
src/LayoutFile.cpp