We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9355a1e + e619db3 commit 4406251Copy full SHA for 4406251
Magento2/Tests/Less/QuotesUnitTest.less
@@ -0,0 +1,12 @@
1
+// /**
2
+// * Copyright © Magento, Inc. All rights reserved.
3
+// * See COPYING.txt for license details.
4
+// */
5
+
6
+.my{
7
+ some: "stuff";
8
+}
9
10
+.foo {
11
+ anything: 'else';
12
Magento2/Tests/Less/QuotesUnitTest.php
@@ -0,0 +1,27 @@
+<?php
+/**
+ * Copyright © Magento. All rights reserved.
+ * See COPYING.txt for license details.
+ */
+namespace Magento2\Tests\Less;
+class QuotesSniffUnitTest extends AbstractLessSniffUnitTestCase
+{
+ /**
+ * @inheritdoc
13
+ public function getErrorList()
14
+ {
15
+ return [
16
+ 7 => 1,
17
+ ];
18
+ }
19
20
21
22
23
+ public function getWarningList()
24
25
+ return [];
26
27
0 commit comments