diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-22 06:00:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-22 06:00:03 (GMT) |
commit | e6acb0941b3a9415ed76e60d541096dedd026908 (patch) | |
tree | 26db1536ebb945cd69c9b744df6cf312a66bb1ca /test/TEX | |
parent | 14a6ed9cc2921f8373d29964cc77d1fbde5ab745 (diff) | |
download | SCons-e6acb0941b3a9415ed76e60d541096dedd026908.zip SCons-e6acb0941b3a9415ed76e60d541096dedd026908.tar.gz SCons-e6acb0941b3a9415ed76e60d541096dedd026908.tar.bz2 |
Replace embedded carriage returns with \r.
Diffstat (limited to 'test/TEX')
-rw-r--r-- | test/TEX/eps_graphics.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_graphics.py b/test/TEX/eps_graphics.py index 24832a8..b752680 100644 --- a/test/TEX/eps_graphics.py +++ b/test/TEX/eps_graphics.py @@ -79,7 +79,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 defThe Oxygen Isotopic Composition of Captured Solar Wind: First Results\rfrom the GENESIS Mission /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 ca6190d..7d61aaf 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
from the GENESIS Mission +/gs {gsave} bind defThe Oxygen Isotopic Composition of Captured Solar Wind: First Results\rfrom the GENESIS Mission /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def |