Skip to content

Commit

Permalink
two more
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Aug 30, 2024
1 parent 19cb676 commit 2fd74cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unixFont.test
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ proc getsize {} {

test unixfont-1.1 {TkpGetNativeFont procedure: not native} {x11 noExceed} {
list [catch {font measure {} xyz} msg] $msg
} {1 {font "" doesn't exist}}
} {1 {font "" does not exist}}
test unixfont-1.2 {TkpGetNativeFont procedure: native} {x11 failsOnUbuntu} {
font measure fixed 0
} 6
Expand Down
2 changes: 1 addition & 1 deletion tests/winFont.test
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test winfont-1.1 {TkpGetNativeFont procedure: not native} -constraints {
} -body {
catch {font delete xyz}
font measure {} xyz
} -returnCodes error -result {font "" doesn't exist}
} -returnCodes error -result {font "" does not exist}
test winfont-1.2 {TkpGetNativeFont procedure: native} -constraints win -body {
font measure ansifixed 0
font measure ansi 0
Expand Down

0 comments on commit 2fd74cf

Please sign in to comment.