update inbox list
This commit is contained in:
4
vendor/scrivo/highlight.php/test/markup/cs/floats.expect.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/cs/floats.expect.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<span class="hljs-keyword">float</span> test = <span class="hljs-number">1.0f</span>;
|
||||
<span class="hljs-keyword">float</span> test2 = <span class="hljs-number">1.f</span>;
|
||||
<span class="hljs-keyword">float</span> test3 = <span class="hljs-number">1.0</span>;
|
||||
<span class="hljs-keyword">float</span> test4 = <span class="hljs-number">1</span>;
|
||||
Reference in New Issue
Block a user