]> code.delx.au - gnu-emacs-elpa/blob - test/fixtures/property-lookup.js
Add failing test for key names.
[gnu-emacs-elpa] / test / fixtures / property-lookup.js
1 (function () {
2 window.foo();
3 window. bar();
4 }());