fixtures: add ps and eps files
Closes Homebrew/homebrew#37001 Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
f60396f64a
commit
bd408fa51c
25
Library/Homebrew/test/fixtures/test.eps
vendored
Normal file
25
Library/Homebrew/test/fixtures/test.eps
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
%!PS-Adobe-2.0 EPSF-2.0
|
||||
%%BoundingBox: 73 499 211 513
|
||||
%%HiResBoundingBox: 73.000000 499.500000 211.000000 512.500000
|
||||
%%EndComments
|
||||
% EPSF created by ps2eps 1.68
|
||||
%%BeginProlog
|
||||
save
|
||||
countdictstack
|
||||
mark
|
||||
newpath
|
||||
/showpage {} def
|
||||
/setpagedevice {pop} def
|
||||
%%EndProlog
|
||||
%%Page 1 1
|
||||
/Courier
|
||||
20 selectfont
|
||||
72 500 moveto
|
||||
(Hello World!) show
|
||||
showpage
|
||||
%%Trailer
|
||||
cleartomark
|
||||
countdictstack
|
||||
exch sub { end } repeat
|
||||
restore
|
||||
%%EOF
|
||||
6
Library/Homebrew/test/fixtures/test.ps
vendored
Normal file
6
Library/Homebrew/test/fixtures/test.ps
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
%!PS
|
||||
/Courier
|
||||
20 selectfont
|
||||
72 500 moveto
|
||||
(Hello World!) show
|
||||
showpage
|
||||
Loading…
x
Reference in New Issue
Block a user