summaryrefslogtreecommitdiffstats
path: root/test/Issue344Test3.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/Issue344Test3.java')
-rwxr-xr-xtest/Issue344Test3.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Issue344Test3.java b/test/Issue344Test3.java
new file mode 100755
index 000000000..381bf0a1c
--- /dev/null
+++ b/test/Issue344Test3.java
@@ -0,0 +1,10 @@
+public class Issue344Test3 extends Issue344Base {
+ protected String getText() {
+ // test 3 - slight rendering artifacts around very large letters
+ return "abcde";
+ }
+
+ public static void main(String[] args) {
+ new Issue344Test3().run(args);
+ }
+}