aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Cheng2015-02-21 01:45:21 +0800
committerXu Cheng2015-02-21 01:52:22 +0800
commitbd408fa51c6a2fd30706aba17a48c9beb32f3f59 (patch)
treebf60928a830d9df4c87f13fbc70c3f25e5fe04c3
parentf60396f64af911f24125edc1eb168d54e5ed51fe (diff)
downloadbrew-bd408fa51c6a2fd30706aba17a48c9beb32f3f59.tar.bz2
fixtures: add ps and eps files
Closes Homebrew/homebrew#37001 Signed-off-by: Xu Cheng <xucheng@me.com>
-rw-r--r--Library/Homebrew/test/fixtures/test.eps25
-rw-r--r--Library/Homebrew/test/fixtures/test.ps6
2 files changed, 31 insertions, 0 deletions
diff --git a/Library/Homebrew/test/fixtures/test.eps b/Library/Homebrew/test/fixtures/test.eps
new file mode 100644
index 000000000..2832613e7
--- /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 000000000..68aae0621
--- /dev/null
+++ b/Library/Homebrew/test/fixtures/test.ps
@@ -0,0 +1,6 @@
+%!PS
+/Courier
+20 selectfont
+72 500 moveto
+(Hello World!) show
+showpage