monaco-editor/src/ecl/ecl.test.ts
David de Hilster 3ff7e86f8c LEXER-ECL-001 Lexer for ECL (Enterprise Control Language)
Signed-off-by: David de Hilster <david.dehislter@lexisnexisrisk.com>
2020-11-05 11:12:12 -05:00

10 lines
453 B
TypeScript

/*---------------------------------------------------------------------------------------------
* 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 '../test/testRunner';
testTokenization('csp', []);