emmanuelroecker / php-w3cvalidator

Auto validate html and css files using w3c validation services
MIT License
5 stars 5 forks source link

current code fails tests #1

Closed DShumkov closed 8 years ago

DShumkov commented 9 years ago

1) GlValidator\Tests\GlValidatorTest::testHtml /Users/**_/prjs/custom-packages/php-w3cvalidator/tests/expected/test1/w3c_htmlindex.html different to /Users/****_/prjs/custom-packages/php-w3cvalidator/tests/result/test1/w3c_html_index.html Failed asserting that two strings are equal. --- Expected +++ Actual 2) GlValidator\Tests\GlValidatorTest::testHtmlCss /Users/**/prjs/custom-packages/php-w3cvalidator/tests/expected/test1/w3c_htmlindex.html different /Users/*******/prjs/custom-packages/php-w3cvalidator/tests/result/test1/w3c_html_index.html Failed asserting that two strings are equal. --- Expected +++ Actual

emmanuelroecker commented 9 years ago

Hi,

It's ok for me.

Can you send me your files _*/result/test1/w3c_html_index.html and _*/result/test1/w3c_html_index.html ?

Best regards

DShumkov commented 9 years ago

Hi Sorry for delay. Please find enclosed file.

On Sun, Oct 25, 2015 at 12:33 AM Emmanuel ROECKER notifications@github.com wrote:

Hi,

It's ok for me.

Can you send me your files _*/result/test1/w3c_html_index.html and _*/result/test1/w3c_html_index.html ?

Best regards

— Reply to this email directly or view it on GitHub https://github.com/emmanuelroecker/php-w3cvalidator/issues/1#issuecomment-150792166 .

DShumkov commented 9 years ago

Ahh ok I can't add html or txt file sorry.

<!DOCTYPE html>Showing results for uploaded file index.html - Nu Html Checker

test1/index.html

  1. Info: The Content-Type was text/html. Using the HTML parser.

  2. Info: Using the schema for HTML with SVG 1.1, MathML 3.0, RDFa 1.1, and ITS 2.0 support.

The document validates according to the specified schema(s) and to additional constraints checked by the validator.

emmanuelroecker commented 8 years ago

Hi Finally, with a little delay, I fixed it. You can see the "Travis CI" badge in readme. ;)