From d9582373ece2f5da42725e22bb90c5daa93316df Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 19 Dec 2022 22:52:09 +0700 Subject: all: support multi line attribute values If the attribute value end with backslash '\', the value continue to the next line. --- testdata/html/header.exp.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 testdata/html/header.exp.html (limited to 'testdata/html/header.exp.html') diff --git a/testdata/html/header.exp.html b/testdata/html/header.exp.html new file mode 100644 index 0000000..54ebd62 --- /dev/null +++ b/testdata/html/header.exp.html @@ -0,0 +1,34 @@ + + + + + + + + + + +Title + + + +
+
+

Document body.

+
+
+ + + \ No newline at end of file -- cgit v1.3