plugins: plugin loader redesign
[geany-mirror.git] / tests / ctags / js-broken-strings.js
blob2b19ada49d9428501299ce4b5d30116334535cd7
1 // this file willfully uses CR-LF line endings to check their handling\r
2 \r
3 var s1 = "I'm invalid because not terminated\r
4 \r
5 var s2 = "I'm valid, I have a line continuation:\\r
6 ; function bug1(){}";\r
7 \r
8 var s3 = "I'm invalid because I'm not terminated either \\r
9 var bug2 = 'this is inside the s3 string'\r
10 var s4 = 'this is a separate, valid string'\r