- Timestamp:
- 04/27/2017 06:11:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index.php
r5409 r5417 270 270 ), 271 271 272 // Users will often type them without the dash, bypassing an exact match 273 'city-with-dashes-in-formal-name' => array( 274 'input' => array( 275 'location_name' => 'Osakashi', 276 'locale' => 'ja', 277 'timezone' => 'Asia/Tokyo', 278 ), 279 'expected' => array( 280 'description' => 'osaka', 281 'latitude' => '34.694', 282 'longitude' => '135.502', 283 'country' => 'JP', 284 ), 285 ), 272 286 273 287 /*
Note: See TracChangeset
for help on using the changeset viewer.