From 91c0008023746a9ffdd01b9b87f89a2ef4ebb01e Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 3 Dec 2021 07:21:18 +0100 Subject: fix wrong state transition in ScriptDataLessThanSign state Before the following happened: % printf '' | cargo run --example=switch-state StartTag(StartTag { self_closing: false, name: "script", attributes: {} }) String("test") EndTag(EndTag { name: "b" }) EndTag(EndTag { name: "script" }) Which is obviously wrong. After a