blob: af60e26b1c98fad86b7cc30c2ba431f0cb17f1c0 [file] [log] [blame]
This tests the code folding setting.
With code folding off:
function foldMe() {
var x = 5;
return {
'fold': true,
'me': true
}
}
With code folding on:
>function foldMe() {
var x = 5;
> return {
'fold': true,
'me': true
}
}