react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / test / Events / 24-special_special.json
81145 views{1"name": "Special special tags",2"options": {},3"html": "<sCriPT></scripter</soo</sCript><STyLE></styler</STylE><sCiPt><stylee><scriptee><soo>",4"expected": [5{6"event": "opentagname",7"data": [8"script"9]10},11{12"event": "opentag",13"data": [14"script",15{}16]17},18{19"event": "text",20"data": [21"</scripter</soo"22]23},24{25"event": "closetag",26"data": [27"script"28]29},30{31"event": "opentagname",32"data": [33"style"34]35},36{37"event": "opentag",38"data": [39"style",40{}41]42},43{44"event": "text",45"data": [46"</styler"47]48},49{50"event": "closetag",51"data": [52"style"53]54},55{56"event": "opentagname",57"data": [58"scipt"59]60},61{62"event": "opentag",63"data": [64"scipt",65{}66]67},68{69"event": "opentagname",70"data": [71"stylee"72]73},74{75"event": "opentag",76"data": [77"stylee",78{}79]80},81{82"event": "opentagname",83"data": [84"scriptee"85]86},87{88"event": "opentag",89"data": [90"scriptee",91{}92]93},94{95"event": "opentagname",96"data": [97"soo"98]99},100{101"event": "opentag",102"data": [103"soo",104{}105]106},107{108"event": "closetag",109"data": [110"soo"111]112},113{114"event": "closetag",115"data": [116"scriptee"117]118},119{120"event": "closetag",121"data": [122"stylee"123]124},125{126"event": "closetag",127"data": [128"scipt"129]130}131]132}133134135