react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / test / Stream / 01-basic.json
81146 views{1"name": "Basic html",2"options": {},3"file": "Basic.html",4"expected": [5{6"event": "processinginstruction",7"data": [8"!doctype",9"!DOCTYPE html"10]11},12{13"event": "opentagname",14"data": [15"html"16]17},18{19"event": "opentag",20"data": [21"html",22{}23]24},25{26"event": "opentagname",27"data": [28"title"29]30},31{32"event": "opentag",33"data": [34"title",35{}36]37},38{39"event": "text",40"data": [41"The Title"42]43},44{45"event": "closetag",46"data": [47"title"48]49},50{51"event": "opentagname",52"data": [53"body"54]55},56{57"event": "opentag",58"data": [59"body",60{}61]62},63{64"event": "text",65"data": [66"Hello world"67]68},69{70"event": "closetag",71"data": [72"body"73]74},75{76"event": "closetag",77"data": [78"html"79]80}81]82}8384