diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-09-01 22:15:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-09-01 22:15:32 (GMT) |
commit | a6547daef24a49fbd69a9a64445e3a82f0ad3601 (patch) | |
tree | a9e0589aff2416ed2fca20bfff37a3b555d075f6 /tests | |
parent | 115adb5986725b10e8df98ccc768c3d17d0f5b38 (diff) | |
parent | e4b728916c3a71475a32e03e63d7c8a2f1b06be7 (diff) | |
download | tk-a6547daef24a49fbd69a9a64445e3a82f0ad3601.zip tk-a6547daef24a49fbd69a9a64445e3a82f0ad3601.tar.gz tk-a6547daef24a49fbd69a9a64445e3a82f0ad3601.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/font.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/font.test b/tests/font.test index badfc4e..0c0681e 100644 --- a/tests/font.test +++ b/tests/font.test @@ -921,7 +921,7 @@ test font-21.5 {Tk_PostscriptFontName procedure: spaces} -constraints { } } -result {LucidaBright} test font-21.6 {Tk_PostscriptFontName procedure: spaces} -constraints { - x11 + x11 } -body { psfontname "{new century schoolbook} 10" } -result {NewCenturySchlbk-Roman} |