Update tests to use "removeComments" instead of "comments"

This commit is contained in:
Mohamed Hegazy
2015-09-15 12:08:55 -07:00
parent 4c1089f781
commit 48d0e6d197
13 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
/*
multi line

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
class A {
constructor() {
// Single Line Comment

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
function foo1() {
// Single line comment

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
() => {
// Single line comment

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
var x = 10;
/*!

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
class C {
/*! remove pinned comment anywhere else */

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
class C {
/*! remove pinned comment anywhere else */

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
var x = 10;
/*! Single Line comment */

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
// @Filename: file0.ts

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
// @Filename: file0.ts
/// <reference path="file1.ts" />

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
// @Filename: file0.ts
/// <reference path="file1.ts" />

View File

@@ -1,4 +1,4 @@
// @comments: false
// @removeComments: true
/*!
multi line

View File

@@ -1,4 +1,4 @@
// @comments: true
// @removeComments: false
// @Filename: file0.ts
var x = 10