We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab0110 commit 12c5ae1Copy full SHA for 12c5ae1
1 file changed
test/test.js
@@ -2673,6 +2673,6 @@ testCM("mode_lookahead", function(cm) {
2673
eq(cm.getTokenAt(Pos(1, 1)).type, "atom")
2674
}, {value: "foo\na\nx\nx\n", mode: "lookahead_mode"})
2675
2676
-testCM("should has [translate=no]", function (cm) {
+testCM("should have translate=no attribute", function(cm) {
2677
eq(cm.getWrapperElement().getAttribute("translate"), "no")
2678
}, {})
0 commit comments