mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
Migrate issue related test files into named files.
This commit is contained in:
@@ -1692,9 +1692,8 @@ func inCellIM(p *parser) bool {
|
||||
return true
|
||||
}
|
||||
// Close the cell and reprocess.
|
||||
if p.popUntil(tableScope, a.Td, a.Th) {
|
||||
p.clearActiveFormattingElements()
|
||||
}
|
||||
p.popUntil(tableScope, a.Td, a.Th)
|
||||
p.clearActiveFormattingElements()
|
||||
p.im = inRowIM
|
||||
return false
|
||||
}
|
||||
@@ -2330,4 +2329,4 @@ func ParseFragment(r io.Reader, context *Node) ([]*Node, error) {
|
||||
c = next
|
||||
}
|
||||
return result, nil
|
||||
}
|
||||
}
|
||||
24
html/testdata/go/issues.dat
vendored
24
html/testdata/go/issues.dat
vendored
@@ -1,24 +0,0 @@
|
||||
#data
|
||||
<html><head></head><body><tag1><tag2 /><p></p></tag1><div></div></body></html>
|
||||
#errors
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <tag1>
|
||||
| <tag2>
|
||||
| <p>
|
||||
| <div>
|
||||
|
||||
#data
|
||||
<table><math><th><mo><select></table>
|
||||
#errors
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <math math>
|
||||
| <math th>
|
||||
| <math mo>
|
||||
| <select>
|
||||
| <table>
|
||||
12
html/testdata/go/template.dat
vendored
12
html/testdata/go/template.dat
vendored
@@ -60,3 +60,15 @@
|
||||
| <math template>
|
||||
| <math mn>
|
||||
| <b>
|
||||
|
||||
#data
|
||||
<html><head></head><body><tag1><tag2 /><p></p></tag1><div></div></body></html>
|
||||
#errors
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <tag1>
|
||||
| <tag2>
|
||||
| <p>
|
||||
| <div>
|
||||
|
||||
Reference in New Issue
Block a user