Add tests

This commit is contained in:
Yui T
2015-07-21 09:06:17 -07:00
parent 880202d982
commit deb6eeebe1
4 changed files with 45 additions and 0 deletions
@@ -0,0 +1,14 @@
//// [tests/cases/compiler/doNotEmitTripleSlashCommentsInTheMiddle2.ts] ////
//// [file0.ts]
//// [file1.ts]
/// <reference path="file0.ts" />
declare var OData: any;
/// <reference path="file0.ts" />
//// [file0.js]
//// [file1.js]
/// <reference path="file0.ts" />
@@ -0,0 +1,11 @@
=== tests/cases/compiler/file1.ts ===
/// <reference path="file0.ts" />
declare var OData: any;
>OData : Symbol(OData, Decl(file1.ts, 2, 11))
/// <reference path="file0.ts" />
=== tests/cases/compiler/file0.ts ===
No type information for this code.
No type information for this code.
@@ -0,0 +1,11 @@
=== tests/cases/compiler/file1.ts ===
/// <reference path="file0.ts" />
declare var OData: any;
>OData : any
/// <reference path="file0.ts" />
=== tests/cases/compiler/file0.ts ===
No type information for this code.
No type information for this code.
@@ -0,0 +1,9 @@
// @comments: false
// @Filename: file0.ts
// @Filename: file1.ts
/// <reference path="file0.ts" />
declare var OData: any;
/// <reference path="file0.ts" />