__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
"""
-This is an obscure test case. When
- 1) a file without a suffix is included in a TeX build and
- 2) there is a directory with the same name as that file,
-verify that a TypeError is not thrown upon trying to recursively scan
-the contents of includes. The TypeError indicates that the directory
-with the same name was trying to be scanned as the include file, which
-it clearly is not.
+When an inclusion's optional argument (enclosed in square brackets:
+[]) spans multiple lines (via comment wrapping), ensure that the LaTeX
+Scanner doesn't throw an IndexError.
+
+An example of this in the wild is in Thomas Heim's epsdice LaTeX package:
+ \includegraphics[height=1.75ex,viewport= 3 4 38 39,%
+ clip=true]{\dicefile}%
+In epsdice 2007/02/15, v. 2.1.
"""
import TestSCons