Github user lewismc commented on the issue:
https://github.com/apache/any23/pull/47
Hi @imduffy15 thank you for the PR
In the future if you would please open a JIRA issue over on the ANY23 JIRA
issue tracker and name your PR title with the same title as your JIRA issue it
means our Github + JIRA hooks cross post the contribution and we can include
your contribution in our release report for the next Any23 release.
I pulled this PR tested locally and all looks good. I also re-read the W3C
specification and it looks fine.
```
[INFO] Apache Any23 ....................................... SUCCESS [
8.708 s]
[INFO] Apache Any23 :: Base API ........................... SUCCESS [
1.959 s]
[INFO] Apache Any23 :: Test Resources ..................... SUCCESS [
0.224 s]
[INFO] Apache Any23 :: CSV Utilities ...................... SUCCESS [
0.278 s]
[INFO] Apache Any23 :: Mime Type Detection ................ SUCCESS [
3.145 s]
[INFO] Apache Any23 :: Encoding Detection ................. SUCCESS [
1.239 s]
[INFO] Apache Any23 :: Core ............................... SUCCESS [
17.691 s]
[INFO] Apache Any23 :: Plugins :: Office Scraper .......... SUCCESS [
4.554 s]
[INFO] Apache Any23 :: Plugins :: HTML Scraper ............ SUCCESS [
2.090 s]
[INFO] Apache Any23 :: CLI ................................ SUCCESS [
13.399 s]
[INFO] Apache Any23 :: OpenIE ............................. SUCCESS [
1.247 s]
[INFO] Apache Any23 :: Plugins :: Basic Crawler ........... SUCCESS [
26.509 s]
[INFO] Apache Any23 :: Plugins :: Integration Test ........ SUCCESS [
50.868 s]
[INFO] Apache Any23 :: Service ............................ SUCCESS [
19.352 s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 02:31 min
[INFO] Finished at: 2017-11-14T21:05:32-08:00
[INFO] Final Memory: 87M/1432M
[INFO]
------------------------------------------------------------------------
```
---