diff --git a/Library/Homebrew/test/fixtures/test.eps b/Library/Homebrew/test/fixtures/test.eps new file mode 100644 index 0000000000..2832613e7f --- /dev/null +++ b/Library/Homebrew/test/fixtures/test.eps @@ -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 diff --git a/Library/Homebrew/test/fixtures/test.ps b/Library/Homebrew/test/fixtures/test.ps new file mode 100644 index 0000000000..68aae06214 --- /dev/null +++ b/Library/Homebrew/test/fixtures/test.ps @@ -0,0 +1,6 @@ +%!PS +/Courier +20 selectfont +72 500 moveto +(Hello World!) show +showpage