mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	dependencies: ginkgo v2.19.0, gomega v1.33.1
Ginkgo v2.18.0 allows tweaking the output so that it's easier to follow while a job runs in Prow (https://github.com/onsi/ginkgo/issues/1347). Using this in hack/ginkgo-e2e.sh will follow in a separate commit. Gomega gets bumped to the latest release to keep it up-to-date. Ginkgo v1.19.0 adds support for --label-filter with labels that represent sets (like our Feature:<Foo>).
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/golang.org/x/net/html/doc.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/net/html/doc.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -104,7 +104,7 @@ tokenization, and tokenization and tree construction stages of the WHATWG HTML
 | 
			
		||||
parsing specification respectively. While the tokenizer parses and normalizes
 | 
			
		||||
individual HTML tokens, only the parser constructs the DOM tree from the
 | 
			
		||||
tokenized HTML, as described in the tree construction stage of the
 | 
			
		||||
specification, dynamically modifying or extending the docuemnt's DOM tree.
 | 
			
		||||
specification, dynamically modifying or extending the document's DOM tree.
 | 
			
		||||
 | 
			
		||||
If your use case requires semantically well-formed HTML documents, as defined by
 | 
			
		||||
the WHATWG specification, the parser should be used rather than the tokenizer.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user