Skip to content

Commit b09f0ec

Browse files
committed
test added
1 parent 268b1ba commit b09f0ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/js/jasmine/tests/lib/mage/translate.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ define([
3333

3434
translation = {
3535
'Hello World!': 'Hallo Welt!',
36-
'Some text with symbols!-+"%#*': 'Ein Text mit Symbolen!-+"%#*'
36+
'Some text with symbols!-+"%#*': 'Ein Text mit Symbolen!-+"%#*',
37+
'Text with empty value': ''
3738
};
3839

3940
$.mage.translate.add(translation);

0 commit comments

Comments
 (0)