Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/coffeescript/division.expect.txt
2021-04-07 19:25:18 -04:00

9 lines
375 B
Plaintext
Vendored

<span class="hljs-comment"># Divisions</span>
x = <span class="hljs-number">6</span>/foo/i
x = <span class="hljs-number">6</span> /foo
x = <span class="hljs-number">6</span> / foo
x = <span class="hljs-number">6</span> /foo * <span class="hljs-number">2</span>/gm
x = f /foo
x = f / foo / gm
x = f /foo * <span class="hljs-number">2</span>/<span class="hljs-number">6</span>