addressed PR feedback (change command line flag description), added tests

This commit is contained in:
Vladimir Matveev
2015-10-27 13:27:51 -07:00
parent b8a3564d28
commit f5d4aa7d9c
3 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ namespace ts {
{
name: "forceConsistentCasingInFileNames",
type: "boolean",
description: Diagnostics.Raise_error_if_two_file_names_in_program_differ_only_in_case
description: Diagnostics.Disallow_inconsistently_cased_references_to_the_same_file
},
];