OLD | NEW |
---|---|
1 ../resources/tests19.dat: | 1 ../resources/tests19.dat: |
2 8 | 2 8 |
3 9 | 3 9 |
4 10 | 4 10 |
5 11 | 5 11 |
6 12 | 6 12 |
7 59 | |
dcheng
2015/08/19 18:44:17
I think adding a failing expectation here is the m
mstensho (USE GERRIT)
2015/08/20 09:45:55
This one?
#data
<!doctype html>applet<frameset>
#
| |
7 | 8 |
8 Test 8 of 108 in ../resources/tests19.dat failed. Input: | 9 Test 8 of 108 in ../resources/tests19.dat failed. Input: |
9 <!doctype html><form><isindex> | 10 <!doctype html><form><isindex> |
10 Got: | 11 Got: |
11 | <!DOCTYPE html> | 12 | <!DOCTYPE html> |
12 | <html> | 13 | <html> |
13 | <head> | 14 | <head> |
14 | <body> | 15 | <body> |
15 | <form> | 16 | <form> |
16 | <isindex> | 17 | <isindex> |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
103 | <html> | 104 | <html> |
104 | <head> | 105 | <head> |
105 | <body> | 106 | <body> |
106 | <form> | 107 | <form> |
107 | <hr> | 108 | <hr> |
108 | <label> | 109 | <label> |
109 | "This is a searchable index. Enter search keywords: " | 110 | "This is a searchable index. Enter search keywords: " |
110 | <input> | 111 | <input> |
111 | name="isindex" | 112 | name="isindex" |
112 | <hr> | 113 | <hr> |
114 | |
115 Test 59 of 108 in ../resources/tests19.dat failed. Input: | |
116 <!doctype html><applet><frameset> | |
117 Got: | |
118 | <!DOCTYPE html> | |
119 | <html> | |
120 | <head> | |
121 | <frameset> | |
122 Expected: | |
123 | <!DOCTYPE html> | |
124 | <html> | |
125 | <head> | |
126 | <body> | |
127 | <applet> | |
OLD | NEW |