github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-33-.out (about)

     1  <html>
     2  <head>
     3  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     4  <title>Midterm Exam</title>
     5  <script><
     6  	 funtion test() {
     7  	   var a;
     8  	   var b;
     9  
    10  	   if (a < b) { alert('Hello'); }
    11  	 }
    12  
    13  	 <</script>
    14  </head>
    15  <body bgcolor="white"></body>
    16  </html>