Skip to content

Commit

Permalink
Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gspencergoog committed Oct 27, 2023
1 parent be97de0 commit 67cc255
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 75 deletions.
2 changes: 1 addition & 1 deletion lib/web_ui/lib/key.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class KeyData {
'physical: 0x${physical.toRadixString(16)}, '
'logical: ${_logicalToString()}, '
'character: ${_escapeCharacter()}${_quotedCharCode()}'
'${synthesized ? ', synthesized' : ''}';
'${synthesized ? ', synthesized' : ''})';
}

/// Returns a complete textual description of the information in this object.
Expand Down
Loading

0 comments on commit 67cc255

Please sign in to comment.