added tests for new scenario

This commit is contained in:
Aditya Bist
2016-12-19 10:53:20 -08:00
parent ac28d3b78f
commit cde7bd49b3
2 changed files with 316 additions and 11 deletions

View File

@@ -342,17 +342,6 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
}
}
/// <summary>
/// Retrieves the reserved word list
/// </summary>
internal static string[] GetReservedWordList
{
get
{
return AutoCompleteHelper.DefaultCompletionText;
}
}
/// <summary>
/// Checks whether a given word is in the reserved
/// word list or not