c++: Fix handling of the `final` contextual keyword
[geany-mirror.git] / tests / ctags / 2023624.js
blobabb473793a1acddd379d3b6633cbb116a343e7ba
1 /*\r
2  * Both functions should be tagged.\r
3  * The embedded quote was fixed in issue:\r
4  * [ 1878155 ] Javascript escaped quotation mark brakes output\r
5  * [ 2023712 ] parseString for javascript broken on embedded quote\r
6  * The fix will be part of the 5.8 release.\r
7  */\r
8 \r
9 function f1() {\r
10     var str = 'This function will be listed.';\r
11 }\r
13 function f2() {\r
14     var str = 'This function won\'t.';\r
15 }\r