Skip to content

Commit

Permalink
[doc] Damn you, github and your <a> tranformations, i'll use headers …
Browse files Browse the repository at this point in the history
…instead
  • Loading branch information
3rd-Eden committed Aug 28, 2015
1 parent e483ffe commit ff38910
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ not commited to GitHub.
- [Feature Detection](#feature-detection)
- [Performance Testing](#performance-testing)
- [Assertion](#assertion)
- [Keywords](#keywords)
- [API](#api)
- [a, an](#a-an)
- [instanceOf, instanceof, inherits, inherit](#instanceof-instanceof-inherits-inherit)
- [include, includes, contain, contains](#include-includes-contain-contains)
Expand Down Expand Up @@ -233,13 +235,16 @@ assume(false).is.not.true();
assume({foo:'bar'}).deep.equals({foo:'bar'});
```

<a name="keywords" id="keywords"> </a>
#### Keywords

Now, a special word of caution for those of you who are using this library to
write cross browser tests. Internet Explorer has issues when you use
**keywords** as functions. Using the `true()`, `instanceof()` etc. functions to
assert you will run in to issues. So the rule of thumb here is that if you need
to do cross browser support do not assert with the keyword based names.

## API

Let's take a closer look to all assertions that we're supporting:

#### a, an
Expand Down

0 comments on commit ff38910

Please sign in to comment.