mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 22:00:34 +01:00
remove incorrect test
This commit is contained in:
@@ -85,12 +85,5 @@ describe('Translator', function(){
|
||||
});
|
||||
});
|
||||
|
||||
it('should translate titles with ampersand properly', function(done) {
|
||||
var key = '[[topic:composer.replying_to, "Discussion: NodeBB Plugins & Themes section"]]';
|
||||
translator.translate(key, function(translated) {
|
||||
assert.strictEqual(translated, 'Replying to "Discussion: NodeBB Plugins & Themes section"');
|
||||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user