Skip to content

Conversation

gRegorLove
Copy link
Member

Fixes #63, reference http://microformats.org/wiki/microformats-2-parsing#parsing_a_u-_property

Note: Test UrlTest::testReturnsUrlIfAbsolute was failing and continues to fail (PHP 5.4):

Mf2\Parser\Test\UrlTest::testReturnsUrlIfAbsolute with data set #16 ('relative add scheme host user from base', 'http://user:@www.example.com', 'server.php', 'http://user:@www.example.com/server.php')
relative add scheme host user from base
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://user:@www.example.com/server.php'
+'http://[email protected]/server.php'

karadaisy added a commit that referenced this pull request May 29, 2015
Added parse+tests for audio, video, and source elements.
@karadaisy karadaisy merged commit 28fd812 into microformats:master May 29, 2015
@gRegorLove gRegorLove deleted the develop2 branch May 30, 2015 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse u-audio
2 participants