Added support for CSP

This commit is contained in:
David Gatti 2018-01-12 14:31:11 +01:00 committed by Matthias Kadenbach
parent fcb300dc51
commit 4c0f0748e8
4 changed files with 66 additions and 1 deletions

10
test/csp.test.ts Normal file
View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
import { testTokenization } from './testRunner';
testTokenization('csp', []);