#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 11 Aug 2017 19:19:04 +0200
changeset 1677 308cf4307f5d
parent 1676 b0d3d44cd699
child 1678 82d861aedadd
#REFACTORING by cg class: RegressionTests::HTMLParserTests changed: #test01 #test02
RegressionTests__HTMLParserTests.st
--- a/RegressionTests__HTMLParserTests.st	Thu Aug 03 15:05:26 2017 +0200
+++ b/RegressionTests__HTMLParserTests.st	Fri Aug 11 19:19:04 2017 +0200
@@ -61,7 +61,7 @@
 <HEAD>
 </HEAD>
 '.
-    el inspect.
+    "/ el inspect.
 
     "
      self new test01
@@ -141,7 +141,7 @@
 </body>
 </html>
 '.
-    self assert:(doc first tag = '!!DOCTYPE').
+    self assert:(doc children first tagName = 'head').
 
     "
      self new test02