diff options
author | arno <arno@renevier.net> | 2011-05-03 07:46:07 +0200 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2011-08-08 18:02:32 -0400 |
commit | ecec6eeba21beeab1ef33473dd82d490176e15d9 (patch) | |
tree | f07daf1414eda0f470da60afdb3f8a300fba5a5f /tests/resources | |
parent | 6b2b958f588526fac12ccf8b73d14afd2195957f (diff) | |
download | libsoup-ecec6eeba21beeab1ef33473dd82d490176e15d9.tar.gz libsoup-ecec6eeba21beeab1ef33473dd82d490176e15d9.tar.bz2 libsoup-ecec6eeba21beeab1ef33473dd82d490176e15d9.zip |
SoupContentSniffer: don't use gio anymore
This brings the content sniffing algorithm closer to the HTML5
specification.
https://bugzilla.gnome.org/show_bug.cgi?id=648846
Diffstat (limited to 'tests/resources')
-rw-r--r-- | tests/resources/html_binary.html | 1 | ||||
-rw-r--r-- | tests/resources/ps_binary.ps | 1 | ||||
-rw-r--r-- | tests/resources/text_binary.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/resources/html_binary.html b/tests/resources/html_binary.html new file mode 100644 index 00000000..9200dd42 --- /dev/null +++ b/tests/resources/html_binary.html @@ -0,0 +1 @@ +<HTML diff --git a/tests/resources/ps_binary.ps b/tests/resources/ps_binary.ps new file mode 100644 index 00000000..3d210ed3 --- /dev/null +++ b/tests/resources/ps_binary.ps @@ -0,0 +1 @@ +%!PS-Adobe-" diff --git a/tests/resources/text_binary.txt b/tests/resources/text_binary.txt new file mode 100644 index 00000000..113bfdd9 --- /dev/null +++ b/tests/resources/text_binary.txt @@ -0,0 +1 @@ +abc
\ No newline at end of file |