Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpk/microformats-blankspace-tests
https://github.com/aaronpk/microformats-blankspace-tests
indieweb microformats parser
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronpk/microformats-blankspace-tests
- Owner: aaronpk
- License: unlicense
- Created: 2018-03-03T16:40:25.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T00:56:52.000Z (about 2 years ago)
- Last Synced: 2024-04-12T19:53:04.720Z (9 months ago)
- Topics: indieweb, microformats, parser
- Language: HTML
- Homepage: https://pin13.net/mf2/blankspace.html
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microformats Blankspace Tests
=============================Some test cases for blank space handling in Microformats.
More details:
* https://github.com/microformats/microformats2-parsing/issues/15
* https://github.com/microformats/microformats2-parsing/issues/48Test Results
------------https://pin13.net/mf2/blankspace.html
Compiling Results
-----------------Run the parser against all the tests by running:
```
php run.php
```That will send the test HTML to each parser, and store the results in `results/output.json`. It will also compile the results into an HTML file `results/results.html` which you can view in a browser.