it("should NOT show preview of color-named functions and object/array keys", function () {
                    runs(function () {
                        expectNoPreviewAtPos(2, 12);    // cursor on green()
                        expectNoPreviewAtPos(4, 22);    // cursor on Math.tan
                        expectNoPreviewAtPos(5, 14);    // cursor on tan()