Skip to content

Commit 27c32d0

Browse files
committed
Fix an error test
1 parent d67f341 commit 27c32d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/shared/errors.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void sharedTests(Future<TestProcess> runSass(Iterable<String> arguments)) {
132132
"Error: Expected expression.",
133133
"\u001b[34m ,\u001b[0m",
134134
"\u001b[34m1 |\u001b[0m a {b: \u001b[31m\u001b[0m}",
135-
"\u001b[34m |\u001b[0m \u001b[31m^\u001b[0m",
135+
"\u001b[34m |\u001b[0m \u001b[31m ^\u001b[0m",
136136
"\u001b[34m '\u001b[0m",
137137
" test.scss 1:7 root stylesheet",
138138
]));

0 commit comments

Comments
 (0)