Bug 1500416 - Fixup to avoid triggering the trailing commas lint on a CLOSED TREE.

This commit is contained in:
Emilio Cobos Álvarez 2018-10-22 09:33:32 +02:00
parent b75ea7ded2
commit 93668f7672

View File

@ -103,7 +103,7 @@
// Test for bug 1500416.
function displayContentsInsertion() {
this.eventSeq = [
new invokerChecker(EVENT_REORDER, "c4")
new invokerChecker(EVENT_REORDER, "c4"),
];
this.invoke = function displayContentsInsertion_invoke() {
@ -122,8 +122,8 @@
{ LIST: [
{ LISTITEM: [
{ STATICTEXT: [] },
{ TEXT_LEAF: [] }
] }
{ TEXT_LEAF: [] },
] },
] },
] };
testAccessibleTree("c4", accTree);