gitbase-web icon indicating copy to clipboard operation
gitbase-web copied to clipboard

Write test to check the language names returned by bblfsh and enry match

Open carlosms opened this issue 6 years ago • 1 comments

As requested by @smacker here

Could you please check what new enry returns for C#? And if it matches what we expect in language selector.

The goal is to have a test to check if the output of /get-languages uses the same names as /detect-lang (i.e. csharp vs C#).

carlosms avatar Feb 15 '19 11:02 carlosms

as far as I remember enry can return name and id for a language. In case of C# name is C# and id is csharp.

smacker avatar Feb 15 '19 14:02 smacker