fixtures: add ps and eps files

Closes Homebrew/homebrew#37001

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Xu Cheng 2015-02-21 01:45:21 +08:00
parent f60396f64a
commit bd408fa51c
2 changed files with 31 additions and 0 deletions

25
Library/Homebrew/test/fixtures/test.eps vendored Normal file
View 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

View File

@ -0,0 +1,6 @@
%!PS
/Courier
20 selectfont
72 500 moveto
(Hello World!) show
showpage