chiark / gitweb /
m.code: split away ANSI highlighting to a separate test file.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 16 Sep 2024 10:14:53 +0000 (12:14 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 16 Sep 2024 10:14:53 +0000 (12:14 +0200)
commitb18686c697ac94898431bcbc4a69f34ddb31eea2
treed8d001b4d65406c206d7fb2f6e1cfda4f1e28570
parentda23ed3e05920146f02bb26e6b213a478263e9b0
m.code: split away ANSI highlighting to a separate test file.

The output of AnsiLexer doesn't change depending on Pygments version,
which means I don't need several copies of it, unlike the rest.
plugins/m/test/code/ansi.html [new file with mode: 0644]
plugins/m/test/code/ansi.rst [new file with mode: 0644]
plugins/m/test/code/page.html
plugins/m/test/code/page.rst
plugins/m/test/test_code.py