mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
include json/css in integration tests
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import * as assert from 'assert';
|
||||
import * as words from '../utils/strings';
|
||||
|
||||
suite('Words', () => {
|
||||
suite('HTML Words', () => {
|
||||
|
||||
let wordRegex = /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user