Skip to content

Commit b4d1770

Browse files
committed
Revert changes in RotFontBoundsTest.java
1 parent 7184e68 commit b4d1770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/java/awt/font/TextLayout/RotFontBoundsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public final class RotFontBoundsTest {
6060
private static final String TEXT = ".This is a STRINg.";
6161

6262
private static final String INSTRUCTIONS =
63-
"A string \"" + TEXT + \" is drawn at eight different "
63+
"A string \u201C" + TEXT + "\u201D is drawn at eight different "
6464
+ "angles, and eight boxes that surround the bounds of the text "
6565
+ "layouts (give or take a pixel) are drawn in red. The boxes "
66-
+ "are always composed of horizontal and vertical lines - "
66+
+ "are always composed of horizontal and vertical lines \u2014 "
6767
+ "they are not rotated.\n"
6868
+ "\n"
6969
+ "By default, all the rotations are displayed. Select or clear "

0 commit comments

Comments
 (0)