Skip to content

Commit c6245fa

Browse files
committed
dummy checkin for debugging
1 parent 9679234 commit c6245fa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css3-values/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ <h3>Strings</h3>
256256

257257
<p>A <dfn>string</dfn> is a sequence of characters enclosed by double quotes or single quotes. Double quotes cannot occur inside double quotes, unless escaped (as '\"' or as '\22'). Analogously for single quotes ("\'" or "\27").<!--"-->
258258

259+
<div class=example>
260+
<pre>
261+
content: "this is a 'string'";
262+
content: "this is a \"string\"";
263+
</pre>
264+
</div>
259265

260266
<p>A string cannot directly contain a <span class="index">newline</span>. To
261267
include a newline in a string, use the escape "\A" (hexadecimal A is the line

0 commit comments

Comments
 (0)