fix test relating to length of custom-button element name

pull/4476/head
Antony Jones 6 years ago
parent 3d9ea27f60
commit 9deebfe986

@ -2,15 +2,15 @@ export default {
warnings: [{
code: "avoid-is",
message: "The 'is' attribute is not supported cross-browser and should be avoided",
pos: 97,
pos: 98,
start: {
character: 97,
character: 98,
column: 8,
line: 7
},
end: {
character: 114,
column: 25,
character: 116,
column: 26,
line: 7
}
}]

Loading…
Cancel
Save