diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-09-27 02:15:04 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-09-27 02:15:04 +0200 |
commit | 6ddde92a3a45e970b05770633dc6a337d5d013c5 (patch) | |
tree | 1dec4612d7469839478e72d16d30a0da5755243c /tests/other.h | |
download | mupdf-6ddde92a3a45e970b05770633dc6a337d5d013c5.tar.xz |
Initial import
Diffstat (limited to 'tests/other.h')
-rw-r--r-- | tests/other.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/other.h b/tests/other.h new file mode 100644 index 00000000..f934b519 --- /dev/null +++ b/tests/other.h @@ -0,0 +1,17 @@ +{'g', {0}}, +{'m', {15, 15}}, {'l', {15, 25}}, {'l', {25, 25}}, {'l', {25, 15}}, {'h', {}}, {'f', {}}, +{'m', {10, 10}}, {'l', {10, 30}}, {'l', {30, 30}}, {'l', {30, 10}}, {'h', {}}, {'S', {}}, +{'r', {1, 1, 0}}, +{'q', {}}, +{'T', {1,0,0,1, 15, 15}}, +{'m', {15, 15}}, {'l', {15, 25}}, {'l', {25, 25}}, {'l', {25, 15}}, {'h', {}}, {'f', {}}, +{'m', {10, 10}}, {'l', {10, 30}}, {'l', {30, 30}}, {'l', {30, 10}}, {'h', {}}, {'S', {}}, +{'T', {1,0,0,1, 15, 15}}, +{'r', {1, 0, 1}}, +{'m', {15, 15}}, {'l', {15, 25}}, {'l', {25, 25}}, {'l', {25, 15}}, {'h', {}}, {'f', {}}, +{'m', {10, 10}}, {'l', {10, 30}}, {'l', {30, 30}}, {'l', {30, 10}}, {'h', {}}, {'S', {}}, +{'Q', {}}, +{'r', {0, 1, 1}}, +{'a', {0.5}}, +{'m', {10, 20}}, {'l', {20, 30}}, {'l', {30, 20}}, {'l', {20, 10}}, {'h', {}}, {'f', {}}, +{'!'} |