Merge "RollbackAction/SpecialUndelete: Use OutputPage::addWikiMsg() where possible"
[lhc/web/wiklou.git] / tests / phpunit / includes / content / CssContentHandlerTest.php
index 7ca1afc..66adf73 100644 (file)
@@ -35,6 +35,10 @@ class CssContentHandlerTest extends MediaWikiLangTestCase {
                                'Gadget:FooBaz.css',
                                "/* #REDIRECT */@import url(//example.org/w/index.php?title=Gadget:FooBaz.css&action=raw&ctype=text/css);"
                        ],
+                       [
+                               'User:😂/unicode.css',
+                               '/* #REDIRECT */@import url(//example.org/w/index.php?title=User:%F0%9F%98%82/unicode.css&action=raw&ctype=text/css);'
+                       ],
                ];
                // phpcs:enable
        }