Skip to content

Commit

Permalink
fsprojects#52 null support - update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-bogomaz committed Dec 5, 2015
1 parent 9fd0208 commit dd00bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ false |> should not' (be True)

null |> should be NullOrEmptyString
null |> should be Null
null |> should be null

anObj |> should not' (be Null)
anObj |> should not' (be null)
anObj |> should be (sameAs anObj)
anObj |> should not' (be sameAs otherObj)

Expand Down

0 comments on commit dd00bfb

Please sign in to comment.