', ' |'].join('\n'), {
+ !/usr/bin/env [
+ // { label: '/div', resultText: '/div' },
+ // ]
+ // })
+ ], testDone);
+ });
+
+ // test('Intellisense aria', function (testDone): any {
+ // let expectedAriaAttributes = [
+ // { label: 'aria-activedescendant' },
+ // { label: 'aria-atomic' },
+ // { label: 'aria-autocomplete' },
+ // { label: 'aria-busy' },
+ // { label: 'aria-checked' },
+ // { label: 'aria-colcount' },
+ // { label: 'aria-colindex' },
+ // { label: 'aria-colspan' },
+ // { label: 'aria-controls' },
+ // { label: 'aria-current' },
+ // { label: 'aria-describedat' },
+ // { label: 'aria-describedby' },
+ // { label: 'aria-disabled' },
+ // { label: 'aria-dropeffect' },
+ // { label: 'aria-errormessage' },
+ // { label: 'aria-expanded' },
+ // { label: 'aria-flowto' },
+ // { label: 'aria-grabbed' },
+ // { label: 'aria-haspopup' },
+ // { label: 'aria-hidden' },
+ // { label: 'aria-invalid' },
+ // { label: 'aria-kbdshortcuts' },
+ // { label: 'aria-label' },
+ // { label: 'aria-labelledby' },
+ // { label: 'aria-level' },
+ // { label: 'aria-live' },
+ // { label: 'aria-modal' },
+ // { label: 'aria-multiline' },
+ // { label: 'aria-multiselectable' },
+ // { label: 'aria-orientation' },
+ // { label: 'aria-owns' },
+ // { label: 'aria-placeholder' },
+ // { label: 'aria-posinset' },
+ // { label: 'aria-pressed' },
+ // { label: 'aria-readonly' },
+ // { label: 'aria-relevant' },
+ // { label: 'aria-required' },
+ // { label: 'aria-roledescription' },
+ // { label: 'aria-rowcount' },
+ // { label: 'aria-rowindex' },
+ // { label: 'aria-rowspan' },
+ // { label: 'aria-selected' },
+ // { label: 'aria-setsize' },
+ // { label: 'aria-sort' },
+ // { label: 'aria-valuemax' },
+ // { label: 'aria-valuemin' },
+ // { label: 'aria-valuenow' },
+ // { label: 'aria-valuetext' }
+ // ];
+ // run([
+ // testCompletionFor('
', { items: expectedAriaAttributes }),
+ // testCompletionFor('
', { items: expectedAriaAttributes }),
+ // testCompletionFor('
', { items: expectedAriaAttributes })
+ // ], testDone);
+ // });
+
+ // test('Intellisense Angular', function (testDone): any {
+ // run([
+ // testCompletionFor(' ', {
+ // items: [
+ // { label: 'ng-controller', resultText: 'ng-controller' },
+ // { label: 'data-ng-controller', resultText: 'data-ng-controller' },
+ // ]
+ // }),
+ // testCompletionFor('
', {
+ // items: [
+ // { label: 'ng-repeat', resultText: 'ng-repeat' },
+ // { label: 'data-ng-repeat', resultText: 'data-ng-repeat' },
+ // ]
+ // }),
+ // testCompletionFor('
', {
+ // items: [
+ // { label: 'ng-model', resultText: 'ng-model' },
+ // { label: 'data-ng-model', resultText: 'data-ng-model' },
+ // ]
+ // })
+ // ], testDone);
+ // });
+
+ // test('Intellisense Ionic', function (testDone): any {
+ // run([
+ // // Try some Ionic tags
+ // testCompletionFor('<|', {
+ // items: [
+ // { label: 'ion-checkbox', resultText: 'ion-checkbox' },
+ // { label: 'ion-content', resultText: 'ion-content' },
+ // { label: 'ion-nav-title', resultText: 'ion-nav-title' },
+ // ]
+ // }),
+ // testCompletionFor('