1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-02 21:33:16 +00:00

"Plaintext" => "Text"

This commit is contained in:
Leo Heitmann Ruiz 2024-03-26 22:25:34 +01:00
parent 4f43b7338b
commit c340e02078

View file

@ -58,7 +58,7 @@ func TestFile(t *testing.T) {
name: "tags.txt", name: "tags.txt",
code: "<>", code: "<>",
want: lines("&lt;&gt;"), want: lines("&lt;&gt;"),
lexerName: "Plaintext", lexerName: "Text",
}, },
{ {
name: "tags.py", name: "tags.py",