Skip to content

Commit

Permalink
Consume accidental whitespace in multiline strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
skystrife committed Jan 19, 2017
1 parent f030704 commit 33342a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cpptoml.h
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,7 @@ class parser
// check if this is an actual escape sequence or a
// whitespace escaping backslash
++check;
consume_whitespace(check, end);
if (check == end)
{
consuming = true;
Expand Down

0 comments on commit 33342a3

Please sign in to comment.