mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-10 14:39:35 +02: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