mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 13:31:07 +01:00
tsfmt - src
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
'use strict';
|
||||
|
||||
import assert = require('assert');
|
||||
import {formatOptions} from 'vs/platform/environment/node/argv';
|
||||
import { formatOptions } from 'vs/platform/environment/node/argv';
|
||||
|
||||
suite('formatOptions', () => {
|
||||
test('Text should display small columns correctly', () => {
|
||||
assert.equal(formatOptions({'foo': 'bar'}, 80), ' foo bar');
|
||||
assert.equal(formatOptions({ 'foo': 'bar' }, 80), ' foo bar');
|
||||
assert.equal(
|
||||
formatOptions({
|
||||
'f': 'bar',
|
||||
|
||||
Reference in New Issue
Block a user