We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db70870 commit 513aaaaCopy full SHA for 513aaaa
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/lib/validation/rules.test.js
@@ -69,13 +69,13 @@ define([
69
70
expect(rules['validate-number'].handler(value)).toBe(true);
71
});
72
-
+
73
it('Check on space', function () {
74
var value = '10 000';
75
76
77
78
79
it('Check on formatted float (For International price)', function () {
80
var value = '10.000,00';
81
0 commit comments