c++: Fix handling of the `final` contextual keyword
[geany-mirror.git] / tests / ctags / simple.html
blob1ce895e2558415c5bf9af949c0ef753eca6dc61d
1 <html >
2 <head>
3 <script language="Javascript" src="./test.js"></script>
4 <script language="JavaScript">
5 <!--
7 // function commented_function1 () {}
8 /*
9 function commented_function2 () {}
12 function message()
14 alert( "Hello.");
17 //-->
18 </script>
19 <body>
20 <a name="simple_anchor"></a>
21 <a name=unquoted_anchor></a>
22 <a title="Title" name="prefixed_anchor"></a>
23 <a name=postfixed_anchor href="http://darrenhiebert.com"></a>
24 <!-- <a name="commented_anchor"></a> -->
25 </body>
26 </html>