File: comments.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 (12 lines) | stat: -rw-r--r-- 859 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<span class="hljs-comment">&#x27; Comment1</span>
<span class="hljs-comment">&#x27;Comment2</span>
<span class="hljs-comment">REM Comment3</span>

<span class="hljs-keyword">Dim</span> somREM = <span class="hljs-string">&quot;no comment&quot;</span>
<span class="hljs-keyword">Dim</span> REM2 = <span class="hljs-string">&quot;no comment&quot;</span>
<span class="hljs-keyword">Dim</span> a = <span class="hljs-number">1</span> <span class="hljs-comment">&#x27; inline comment</span>
<span class="hljs-keyword">Dim</span> b = <span class="hljs-number">2</span><span class="hljs-comment"> REM inline comment</span>

<span class="hljs-comment">&#x27;&#x27;&#x27; <span class="hljs-doctag">&lt;summary&gt;</span>Doc-comments<span class="hljs-doctag">&lt;/summary&gt;</span></span>

<span class="hljs-comment">&#x27; Not a doc-comment, but html: &lt;a&gt;</span>