mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add tests
This commit is contained in:
@@ -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" />
|
||||
Reference in New Issue
Block a user