Changeset 47122 for trunk/tests/phpunit/tests/pomo/pluralForms.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/pomo/pluralForms.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/pluralForms.php
r46586 r47122 111 111 ), 112 112 array( 113 // Ternary 113 // Ternary. 114 114 'n ? 1 : 2', 115 115 array( … … 121 121 ), 122 122 array( 123 // Comparison 123 // Comparison. 124 124 'n > 1 ? 1 : 2', 125 125 array( … … 164 164 return array( 165 165 array( 166 'n # 2', // Invalid expression to parse 167 'Unknown symbol "#"', // Expected exception message 168 false, // Whether to call the get() method or not 166 'n # 2', // Invalid expression to parse. 167 'Unknown symbol "#"', // Expected exception message. 168 false, // Whether to call the get() method or not. 169 169 ), 170 170 array(
Note: See TracChangeset
for help on using the changeset viewer.