File: strings.expect.txt

package info (click to toggle)
highlight.js 10.7.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,332 kB
  • sloc: javascript: 41,059; makefile: 157; python: 29; sh: 20
file content (33 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<span class="hljs-string">&quot;test #&quot;</span>
<span class="hljs-string">&quot;a&#x27;b&quot;</span>
<span class="hljs-string">&#x27;a&quot;b&#x27;</span>
<span class="hljs-string">&quot;foo\&quot;bar&quot;</span>
<span class="hljs-string">&#x27;foo\&#x27;bar&#x27;</span>
<span class="hljs-string">&quot;\013x&quot;</span>
<span class="hljs-string">&quot;\xfex&quot;</span>
<span class="hljs-string">&quot;\uabc0x&quot;</span>
<span class="hljs-string">&quot;\U0123abcdx&quot;</span>
<span class="hljs-string">&quot;\u{abcd}x&quot;</span>
<span class="hljs-string">&quot;\U{0123abcd}x&quot;</span>
<span class="hljs-string">r&quot;(foo&quot;bar)&quot;</span>
<span class="hljs-string">r&quot;{foo)&quot;bar}&quot;</span>
<span class="hljs-string">r&quot;[foo)&quot;bar]&quot;</span>
<span class="hljs-string">r&quot;-(foo)&quot;bar)-&quot;</span>
<span class="hljs-string">R&quot;--(foo)-&quot;bar)--&quot;</span>
<span class="hljs-string">r&#x27;-(foo)&#x27;bar)-&#x27;</span> <span class="hljs-comment"># &#x27;</span>
<span class="hljs-string">r&quot;(
xyz
&quot;
\
)
)&quot;</span>
<span class="hljs-string">&quot;this is a quote that spans
multiple lines
\&quot;

is this still a quote? it should be.
# even still!

&quot;</span>
<span class="hljs-string">&#x27;same for
single quotes #&#x27;</span>