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: [{ warnings: [{
code: "avoid-is", code: "avoid-is",
message: "The 'is' attribute is not supported cross-browser and should be avoided", message: "The 'is' attribute is not supported cross-browser and should be avoided",
pos: 97, pos: 98,
start: { start: {
character: 97, character: 98,
column: 8, column: 8,
line: 7 line: 7
}, },
end: { end: {
character: 114, character: 116,
column: 25, column: 26,
line: 7 line: 7
} }
}] }]

Loading…
Cancel
Save