diff --git a/Magento2/Tests/Less/QuotesUnitTest.less b/Magento2/Tests/Less/QuotesUnitTest.less new file mode 100644 index 00000000..1b300703 --- /dev/null +++ b/Magento2/Tests/Less/QuotesUnitTest.less @@ -0,0 +1,12 @@ +// /** +// * Copyright © Magento, Inc. All rights reserved. +// * See COPYING.txt for license details. +// */ + +.my{ + some: "stuff"; +} + +.foo { + anything: 'else'; +} diff --git a/Magento2/Tests/Less/QuotesUnitTest.php b/Magento2/Tests/Less/QuotesUnitTest.php new file mode 100644 index 00000000..eb0fa5cb --- /dev/null +++ b/Magento2/Tests/Less/QuotesUnitTest.php @@ -0,0 +1,27 @@ + 1, + ]; + } + + /** + * @inheritdoc + */ + public function getWarningList() + { + return []; + } +}