Sean Cassidy

Results 4 issues of Sean Cassidy

Also mention EasyMock as another alternative. Idea from PR #49.

https://github.com/winterbe/java8-tutorial

[CompleteableFuture](http://download.java.net/lambda/b88/docs/api/java/util/concurrent/CompletableFuture.html) is way better than Guava's [ListenableFuture](http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/util/concurrent/ListenableFuture.html). Add a section on futures.

Given this HTML file: ``` Test This Test Code: a b c ``` Then: ``` $ pyminify test.html Test ThisTestCode: a b c ``` Which is incorrect, as it doesn't format...