forked from GNUsocial/gnu-social
[CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
This commit is contained in:
9
vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html
vendored
Normal file
9
vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Žťčýů</p>
|
||||
</body>
|
||||
</html>
|
9
vendor/masterminds/html5/test/HTML5/Fixtures/encoding/windows-1252.html
vendored
Normal file
9
vendor/masterminds/html5/test/HTML5/Fixtures/encoding/windows-1252.html
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html;charset=windows-1252">
|
||||
</head>
|
||||
<body>
|
||||
<p><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user