Index: trunk/phase3/tests/qunit/suites/resources/mediawiki/mediawiki.test.js |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | |
90 | 90 | var hello = mw.message( 'hello' ); |
91 | 91 | |
92 | | - equal( hello.format, 'plain', 'Message property "format" defaults to "parse"' ); |
| 92 | + equal( hello.format, 'plain', 'Message property "format" defaults to "plain"' ); |
93 | 93 | strictEqual( hello.map, mw.messages, 'Message property "map" defaults to the global instance in mw.messages' ); |
94 | 94 | equal( hello.key, 'hello', 'Message property "key" (currect key)' ); |
95 | 95 | deepEqual( hello.parameters, [], 'Message property "parameters" defaults to an empty array' ); |