Skip to content

Commit 18b91d4

Browse files
committed
Simplify core_functions/inspect/list/nested
Refs #1382
1 parent af46ac9 commit 18b91d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/core_functions/inspect.hrx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ a {
373373

374374
<===> list/nested/input.scss
375375
a {
376-
$a: inspect([() (())]);
376+
$a: inspect([() ()]);
377377
a: $a;
378378
b: type-of($a);
379379
}

0 commit comments

Comments
 (0)