commit 7a9aa76a1a850e73a5c9baac8ae746b69a86bfb6
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Mon Jan 15 17:28:14 2018 -0500

    Comment: explain interpretation of "!"
    
    The "!" line takes precedence, since it is first.
    
    (cherry picked from commit c6d4380c891e3c1f9381cc4065409e30d330f622)
---
 development/autotests/ignoredTests |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/development/autotests/ignoredTests 
b/development/autotests/ignoredTests
index a5592dc..a0d5f61 100644
--- a/development/autotests/ignoredTests
+++ b/development/autotests/ignoredTests
@@ -56,9 +56,12 @@ export/.*/zh_CN/.*texF
 # 
http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/
 #
 # Exception: ja knitr.lyx and sweave.lyx support only XeLaTeX with system fonts
-# because they use the "bxjsarticle" class
+# because they use the "bxjsarticle" class.
+#
+# The "!" means "Protect these tests from being matched by future patterns".
 !export/.*/ja/(knitr|sweave).*_(lyx.*|xhtml|pdf4_systemF)
 export/.*/ja/(knitr|sweave).*
+#
 export/.*/ja/.*_(pdf[245]|dvi3).*
 
 # These files are not expected to compile, they use math-macros

Reply via email to