blob: 4a929ef1001a198c9007a19dd50614f3f1e28c30 [file] [log] [blame]
var test = {
/**
* Test 2
*/
a:'1',
/*
* Test 1
*/
b:'2',
// Test 3
c:'3'
};