<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: console.count() shouldn't show a colon in front of a number"
   href="https://bugs.webkit.org/show_bug.cgi?id=152038#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: console.count() shouldn't show a colon in front of a number"
   href="https://bugs.webkit.org/show_bug.cgi?id=152038">bug 152038</a>
              from <span class="vcard"><a class="email" href="mailto:bburg&#64;apple.com" title="Brian Burg &lt;bburg&#64;apple.com&gt;"> <span class="fn">Brian Burg</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=152038#c10">comment #10</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=268646&amp;action=diff" name="attach_268646" title="Not quite sure if the empty string (`console.count(&quot;&quot;)`) should show `: 1` or if it should be equivalent to `console.count()`.">attachment 268646</a> <a href="attachment.cgi?id=268646&amp;action=edit" title="Not quite sure if the empty string (`console.count(&quot;&quot;)`) should show `: 1` or if it should be equivalent to `console.count()`.">[details]</a></span>
&gt; Not quite sure if the empty string (`console.count(&quot;&quot;)`) should show `: 1`
&gt; or if it should be equivalent to `console.count()`.
&gt; 
&gt; Looks like a good change, but the corresponding test needs to be rebaselined
&gt; and edited to cover this change. The test is
&gt; LayoutTests/inspector/console/console-api.html.
&gt; 
&gt; Please add the following cases (at least) to the test, to cover the counting
&gt; functionality and the handling of whitespace/empty arguments.
&gt; 
&gt; console.count() // second time
&gt; console.count(&quot;&quot;)
&gt; console.count(&quot;    &quot;)
&gt; console.count(&quot;&quot;) // second time
&gt; console.count(&quot;    &quot;) // second time
&gt; console.count(&quot;counter title&quot;)
&gt; console.count(&quot;counter title&quot;) // second time</span >

We should probably also add test cases for passing null, undefined, object, number to console.count() to document what it does.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>