Skip to content

Commit 61f3265

Browse files
Fixing parsing for embedded script info
1 parent 10028f8 commit 61f3265

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/runcpp2/ParseUtil.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ bool runcpp2::GetParsableInfo(const std::string& contentToParse, std::string& ou
205205
currentLine.clear();
206206
continue;
207207
}
208+
209+
currentLine.clear();
208210
}
209211
//Parse the content
210212
else

0 commit comments

Comments
 (0)