We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869007c commit 322aaedCopy full SHA for 322aaed
3 files changed
tests/i18n/i18n.html
@@ -20,7 +20,7 @@
20
if (match) {
21
bundle = match[1];
22
}
23
-
+
24
var expected = {
25
red: "red",
26
blue: "blue",
@@ -30,7 +30,7 @@
30
rgb: {
31
r: "0",
32
g: "0",
33
- b: "0",
+ b: "0"
34
35
36
};
@@ -66,9 +66,9 @@
66
{
67
name: "complex structure",
68
runTest: function (t) {
69
- t.is(expected.black, actual.black);
+ t.is(expected.black, actual.black);
70
71
- }
+ }
72
]
73
);
74
doh.run();
tests/i18n/nls/colors.js
@@ -8,7 +8,7 @@ define({
8
9
10
11
12
13
14
},
tests/i18n/nls/en-us-surfer/colors.js
@@ -1,6 +1,6 @@
1
define({
2
red: "red, dude",
3
black: {
4
- opacity: 0.5,
+ opacity: 0.5
5
6
});
0 commit comments