mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
"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",
|
||||
code: "<>",
|
||||
want: lines("<>"),
|
||||
lexerName: "Plaintext",
|
||||
lexerName: "Text",
|
||||
},
|
||||
{
|
||||
name: "tags.py",
|
||||
|
|
Loading…
Reference in a new issue