File: numbers.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 (8 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
a = <span class="hljs-number">&#x27;hff</span>;
A = <span class="hljs-number">&#x27;HFF</span>;
b = <span class="hljs-number">8&#x27;h33</span>;
B = <span class="hljs-number">8&#x27;H33</span>;
c = <span class="hljs-number">12</span>;
d = <span class="hljs-number">&#x27;o755</span>;
e = <span class="hljs-number">8&#x27;b1001_0001</span>;
f = <span class="hljs-number">8&#x27;b1111zzzx</span>;