Skip to content

Commit b434eeb

Browse files
committed
Fix parser state column following static values
1 parent 703cdb6 commit b434eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,6 +1838,7 @@ namespace Sass {
18381838
// static values always have trailing white-
18391839
// space and end delimiter (\s*[;]$) included
18401840
--pstate.offset.column;
1841+
--after_token.column;
18411842
--str.end;
18421843
--position;
18431844

0 commit comments

Comments
 (0)