Skip to content

Commit

Permalink
Update for the latest source_span again
Browse files Browse the repository at this point in the history
This regresses the trailing newline spans for the reasons described in
dart-lang/source_span#31. I plan to fix these weird outputs later by
adjusting the span itself in Dart Sass.
  • Loading branch information
nex3 committed Jan 29, 2019
1 parent ca10eb2 commit 4aa0b0e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Error: expected "{".
,
2 | }
| ^
3 | }
| ^
'
/sass/spec/css/custom_properties/error/unmatched_brackets/curly/input.scss 3:1 root stylesheet
4 changes: 2 additions & 2 deletions spec/libsass-closed-issues/issue_1484/error-dart-sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Error: expected "{".
,
1 | div {
| ^
2 |
| ^
'
/sass/spec/libsass-issues/issue_1484/input.scss 2:1 root stylesheet
4 changes: 2 additions & 2 deletions spec/libsass-closed-issues/issue_2307/error-dart-sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Error: expected "{".
,
2 | {
| ^
3 |
| ^
'
/sass/spec/libsass-issues/issue_2307/input.scss 3:1 root stylesheet
4 changes: 2 additions & 2 deletions spec/libsass-closed-issues/issue_2371/error-dart-sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Error: expected "{".
,
1 | #{a==b}
| ^
2 |
| ^
'
/sass/spec/libsass-issues/issue_2371/input.scss 2:1 root stylesheet
4 changes: 2 additions & 2 deletions spec/libsass-todo-issues/issue_1720/error-dart-sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Error: expected "{".
,
3 | }
| ^
4 |
| ^
'
/sass/spec/libsass-issues/issue_1720/input.scss 4:1 root stylesheet

0 comments on commit 4aa0b0e

Please sign in to comment.