-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed DateRewriter::IsNDigits to exclude negative values. * #878 #codehealth PiperOrigin-RevId: 633099245
- Loading branch information
1 parent
a93e389
commit ba8751c
Showing
6 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file tests ConvertToHalfAscii against a negative number (F10 to -123) | ||
|
||
# Enable IME | ||
SEND_KEY ON | ||
RESET_CONTEXT | ||
SWITCH_INPUT_MODE HIRAGANA | ||
|
||
################################################################################ | ||
# Test for MS-IME keymap | ||
SET_CONFIG session_keymap MSIME | ||
|
||
# Verify that input is learned. | ||
SEND_KEYS -123 | ||
SEND_KEY F10 | ||
EXPECT_PREEDIT -123 | ||
|
||
RESET_CONTEXT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters