Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit beccbaa

Browse files
author
Aaron Leung
committed
URL parsing.
1 parent bd98ba3 commit beccbaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

document_parser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@ namespace Sass {
887887
result << content_node;
888888
position = rparen;
889889
}
890+
cerr << "HEY" << endl;
890891
if (!lex< exactly<')'> >()) throw_syntax_error("URI is missing ')'");
891892
return result;
892893
}

0 commit comments

Comments
 (0)