Skip to content

Commit a3b5d73

Browse files
authored
Merge pull request #2542 from mgreter/bugfix/pstate-static-value
Fix parser state column following static values
2 parents 6892bf5 + b434eeb commit a3b5d73

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)