easyappointments/rsc/scripts/jsdoc/test/fixtures/quotename2.js
2013-07-02 17:20:39 +00:00

10 lines
No EOL
166 B
JavaScript

/** @namespace */
var contacts = {
/** @namespace */
'say-"hello"@example.com': {
/** document me */
"username": 'Sue Smart'
}
}