Fix: Code ordering issues (#17560)

* Fix: Code ordering issues

* Update applied-visual-design.json
This commit is contained in:
Vimal Raghubir
2018-06-13 09:25:59 -04:00
committed by mrugesh mohapatra
parent a1a2c3a777
commit 0d2afb5743

View File

@@ -2192,7 +2192,7 @@
"tests": [ "tests": [
{ {
"text": "Set the <code>transform</code> property for <code>#ball2</code> to scale it 1.5 times its size.", "text": "Set the <code>transform</code> property for <code>#ball2</code> to scale it 1.5 times its size.",
"testString": "assert(code.match(/#ball2\\s*?{\\s*?left:\\s*?65%;\\s*?transform:\\s*?scale\\(1\\.5\\);/gi), 'Set the <code>transform</code> property for <code>#ball2</code> to scale it 1.5 times its size.');" "testString": "assert(code.match(/#ball2\\s*?{\\s*?left:\\s*?65%;\\s*?transform:\\s*?scale\\(1\\.5\\);\\s*?}|#ball2\\s*?{\\s*?transform:\\s*?scale\\(1\\.5\\);\\s*?left:\\s*?65%;\\s*?}/gi), 'Set the <code>transform</code> property for <code>#ball2</code> to scale it 1.5 times its size.');"
} }
], ],
"solutions": [], "solutions": [],