diff options
author | Robert Managan <managan1@llnl.gov> | 2010-08-19 06:00:13 (GMT) |
---|---|---|
committer | Robert Managan <managan1@llnl.gov> | 2010-08-19 06:00:13 (GMT) |
commit | 041af14090ac5c290ae3f814cc3c25f9c73ab527 (patch) | |
tree | b121c0a0a6271d20f072a1d08791f441b691a098 /test | |
parent | 06f6de07e27bc2400e6a070cff10e8f74bb08190 (diff) | |
download | SCons-041af14090ac5c290ae3f814cc3c25f9c73ab527.zip SCons-041af14090ac5c290ae3f814cc3c25f9c73ab527.tar.gz SCons-041af14090ac5c290ae3f814cc3c25f9c73ab527.tar.bz2 |
Fix two badly formed epsfiles used in these tests.
Diffstat (limited to 'test')
-rw-r--r-- | test/TEX/eps_graphics2.py | 2 | ||||
-rw-r--r-- | test/TEX/multiple_include_subdir.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/TEX/eps_graphics2.py b/test/TEX/eps_graphics2.py index d388b69..241fa06 100644 --- a/test/TEX/eps_graphics2.py +++ b/test/TEX/eps_graphics2.py @@ -81,7 +81,7 @@ newpath 0 98 moveto 0 0 lineto 98 0 lineto 98 98 lineto closepath clip newpath /cp {closepath} bind def /ef {eofill} bind def /gr {grestore} bind def -/gs {gsave} bind defThe Oxygen Isotopic Composition of Captured Solar Wind: First Results
from the GENESIS Mission +/gs {gsave} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def diff --git a/test/TEX/multiple_include_subdir.py b/test/TEX/multiple_include_subdir.py index 7d61aaf..95853f0 100644 --- a/test/TEX/multiple_include_subdir.py +++ b/test/TEX/multiple_include_subdir.py @@ -80,7 +80,7 @@ newpath 0 98 moveto 0 0 lineto 98 0 lineto 98 98 lineto closepath clip newpath /cp {closepath} bind def /ef {eofill} bind def /gr {grestore} bind def -/gs {gsave} bind defThe Oxygen Isotopic Composition of Captured Solar Wind: First Results\rfrom the GENESIS Mission +/gs {gsave} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def |