"Plaintext" => "Text"
This commit is contained in:
parent
4f43b7338b
commit
c340e02078
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func TestFile(t *testing.T) {
|
||||||
name: "tags.txt",
|
name: "tags.txt",
|
||||||
code: "<>",
|
code: "<>",
|
||||||
want: lines("<>"),
|
want: lines("<>"),
|
||||||
lexerName: "Plaintext",
|
lexerName: "Text",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "tags.py",
|
name: "tags.py",
|
||||||
|
|
Loading…
Reference in a new issue