From d990e8f07aee36f68bcd270889d20c2d22b9aa0b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 17 Aug 2016 19:04:35 -0700 Subject: 3219 Trying keeping html in the master branch: https://github.com/blog/2228-simpler-github-pages-publishing Let's see if https://akkartik.github.io/mu updates after I push this commit to just the master branch. --- html/014literal_string.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/014literal_string.cc.html') diff --git a/html/014literal_string.cc.html b/html/014literal_string.cc.html index 80844f8d..c917373b 100644 --- a/html/014literal_string.cc.html +++ b/html/014literal_string.cc.html @@ -74,8 +74,8 @@ string slurp_quoted(istream& inreturn out.str(); } -// A string is a code string if it contains a newline before any non-whitespace -// todo: support comments before the newline. But that gets messy. +// A string is a code string (ignores comments when scanning for matching +// brackets) if it contains a newline at the start before any non-whitespace. bool is_code_string(istream& in, ostream& out) { while (has_data(in)) { char c = in.get(); -- cgit 1.4.1-2-gfad0