diff options
| author | Xu Cheng | 2015-02-21 01:45:21 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-02-21 01:52:22 +0800 |
| commit | e70e0ee1acf0196c860886cfd9ec15ddd45adc12 (patch) | |
| tree | ebbfacf0d42923e999b9095c24e873453a253a98 /Library | |
| parent | a0e05f0ec151818fa34c823b9591afbf55759b23 (diff) | |
| download | homebrew-e70e0ee1acf0196c860886cfd9ec15ddd45adc12.tar.bz2 | |
fixtures: add ps and eps files
Closes #37001
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/fixtures/test.eps | 25 | ||||
| -rw-r--r-- | Library/Homebrew/test/fixtures/test.ps | 6 |
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 |
