Skip to content

Commit 12c5ae1

Browse files
committed
Fix typo in test
1 parent fab0110 commit 12c5ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2673,6 +2673,6 @@ testCM("mode_lookahead", function(cm) {
26732673
eq(cm.getTokenAt(Pos(1, 1)).type, "atom")
26742674
}, {value: "foo\na\nx\nx\n", mode: "lookahead_mode"})
26752675

2676-
testCM("should has [translate=no]", function (cm) {
2676+
testCM("should have translate=no attribute", function(cm) {
26772677
eq(cm.getWrapperElement().getAttribute("translate"), "no")
26782678
}, {})

0 commit comments

Comments
 (0)