-
Notifications
You must be signed in to change notification settings - Fork 3
/
test19.rb
38 lines (26 loc) · 896 Bytes
/
test19.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# This temporary test driver tracks progress on getting HTML5lib working
# on Ruby 1.9. Prereqs of Hoe, Hpricot, and UniversalDetector will be
# required to complete this.
#
# Once all the tests pass, this file should be deleted
#
require 'test/test_cli'
# requires UniversalDetector
# require 'test/test_encoding'
require 'test/test_input_stream'
require 'test/test_lxp'
require 'test/test_parser'
# warning: method redefined; discarding old test
# warning: instance variable @expanded_name not initialized
# SimpleDelegator.class
# require 'test/test_sanitizer'
require 'test/test_serializer'
require 'test/test_sniffer'
require 'test/test_stream'
# warning: shadowing outer local variable - tokens
# require 'test/test_tokenizer'
# requires hpricot
# require 'test/test_treewalkers'
# warning: instance variable @delegate_sd_obj not initialized
# require 'test/test_validator'