1
0
Fork 0

Added support for xml:lang attribute in SVG tag

This commit is contained in:
Joost De Cock 2018-08-27 16:45:03 +02:00
parent 1a029b7ac3
commit 0a1d96ea22
5 changed files with 53 additions and 16 deletions

View file

@ -13,7 +13,7 @@ it("Pattern constructor should initialize object", () => {
expect(pattern.height).to.equal(false);
expect(pattern.settings.mode).to.equal("draft");
expect(pattern.parts).to.eql({});
expect(pattern.config.units).to.equal("metric");
expect(pattern.settings.units).to.equal("metric");
expect(pattern.config.foo).to.equal("bar");
expect(pattern.options.constant).to.equal(2);
expect(pattern.options.percentage).to.equal(0.3);