Brian Silverman | 70325d6 | 2015-09-20 17:00:43 -0400 | [diff] [blame] | 1 | <html> |
| 2 | <body> |
| 3 | <?state state=text,tag=body?> |
| 4 | <a href="<?state state=value,tag=a?>">test</a> |
| 5 | |
| 6 | <test test123=<?state state=value, tag=test, attr=test123, |
| 7 | attr_type=regular ?>> |
| 8 | |
| 9 | <?state state=text?> |
| 10 | |
| 11 | <body blah='<?state state=value, tag=body, attr=blah, attr_type=regular |
| 12 | ?>'> |
| 13 | |
| 14 | <style> |
| 15 | <?state in_css=true?> |
| 16 | </style> |
| 17 | <?state in_css=false?> |
| 18 | |
| 19 | <h1 onclick="<?state state=value, tag=h1, attr=onclick, attr_type=js, |
| 20 | in_js=true ?>" style="<?state in_css=true?>" <?state in_css=false?>> |
| 21 | <?state state=text, tag=h1?> |
| 22 | </h1> |
| 23 | |
| 24 | |
| 25 | </body> |
| 26 | </html> |