]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/fixtures/test/key-names.js
Merge commit '212c8fc3101781a2f1c55ca61772eb75a2046e87' from company
[gnu-emacs-elpa] / packages / context-coloring / fixtures / test / key-names.js
1 (function () {
2 return {
3 a: 0,
4 b : 2
5 };
6 }());