diff --git a/Magento2/Tests/Less/BracesFormattingUnitTest.less b/Magento2/Tests/Less/BracesFormattingUnitTest.less new file mode 100644 index 00000000..952237f4 --- /dev/null +++ b/Magento2/Tests/Less/BracesFormattingUnitTest.less @@ -0,0 +1,16 @@ +// /** +// * Copyright © Magento, Inc. All rights reserved. +// * See COPYING.txt for license details. +// */ + +.my{ + some: 'stuff'; +} +.foo { + anything: 'else'; +} + +.bar { + #bar .baz(); + +} diff --git a/Magento2/Tests/Less/BracesFormattingUnitTest.php b/Magento2/Tests/Less/BracesFormattingUnitTest.php new file mode 100644 index 00000000..ebbea8ee --- /dev/null +++ b/Magento2/Tests/Less/BracesFormattingUnitTest.php @@ -0,0 +1,28 @@ + 1, + 16 => 1, + ]; + } + + /** + * @inheritdoc + */ + public function getWarningList() + { + return []; + } +}