-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documented the context feature in BDD interface #1470
Conversation
@@ -754,7 +768,7 @@ <h3 id="browser-setup">Mocha Setup in the Browser</h3> | |||
|
|||
<p>Mocha options can be set via <code>mocha.setup()</code>. Examples:</p> | |||
|
|||
<pre><code>// Use "tdd" interface. This is a shortcut to setting the interface; | |||
<pre><code>// Use "tdd" interface. This is a shortcut to setting the interface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe there's an unintended space at the end of this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's weird, I don't understand why it got generated. @oveddan, you generated the html
automatically from the md
, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did. Odd. I'll fix
@dasilvacontin as you can see from the commit, I did not modify anything in the TDD section. To build index.html, I ran: For some reason, this added a space to the line in the TDD section. |
Thanks! LGTM. I think the weird space thing happens in different distributions of |
Documented the context feature in BDD interface
jekyll all the things |
Soon™. |
No description provided.