Skip to content

Commit

Permalink
Supply test with changes, use unicode escapes to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-curtis-lu committed Mar 1, 2023
1 parent 803e9ec commit 5bedc6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/jdk/sun/text/resources/LocaleData
Original file line number Diff line number Diff line change
Expand Up @@ -8471,3 +8471,6 @@ LocaleNames/sr/SZ=\u0421\u0432\u0430\u0437\u0438\u043b\u0435\u043d\u0434
LocaleNames/th/SZ=\u0e40\u0e2d\u0e2a\u0e27\u0e32\u0e15\u0e35\u0e19\u0e35
LocaleNames/zh/SZ=\u65af\u5a01\u58eb\u5170
LocaleNames/zh_TW/SZ=\u53f2\u74e6\u5e1d\u5c3c

#bug 8303472
LocaleNames//TR=T\u00fcrkiye
3 changes: 3 additions & 0 deletions test/jdk/sun/text/resources/LocaleData.cldr
Original file line number Diff line number Diff line change
Expand Up @@ -7875,3 +7875,6 @@ CalendarData//minimalDaysInFirstWeek=1: 001 GU UM US VI;4: AD AN AT AX BE BG CH
# tzdata2022f
TimeZoneNames/en/America\/Ojinaga/1=Central Standard Time
TimeZoneNames/en/America\/Chihuahua/1=Central Standard Time

# bug 8303472
LocaleNames/en/TR=T\u00fcrkiye
2 changes: 1 addition & 1 deletion test/jdk/sun/text/resources/LocaleDataTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* 8187946 8195478 8181157 8179071 8193552 8202026 8204269 8202537 8208746
* 8209775 8221432 8227127 8230284 8231273 8233579 8234288 8250665 8255086
* 8251317 8274658 8283277 8283805 8265315 8287868 8295564 8284840 8296715
* 8301206
* 8301206 8303472
* @summary Verify locale data
* @modules java.base/sun.util.resources
* @modules jdk.localedata
Expand Down

0 comments on commit 5bedc6a

Please sign in to comment.