fastpastebin/vendor/github.com/alecthomas/chroma/lexers
Vladimir Hodakov 6207229e9b Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
..
a Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
b Fastfix for previous two commits (sorry) and chroma update. 2019-03-07 08:43:28 +05:00
c Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
circular Fastfix for previous two commits (sorry) and chroma update. 2019-03-07 08:43:28 +05:00
d Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
e Fastfix for previous two commits (sorry) and chroma update. 2019-03-07 08:43:28 +05:00
f Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
g Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
h Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
i Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
internal Fastfix for previous two commits (sorry) and chroma update. 2019-03-07 08:43:28 +05:00
j Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
k Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
l Pagination, readable error messages to user, syntax highlighting started. 2018-05-01 02:37:51 +05:00
m Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
n Fastfix for previous two commits (sorry) and chroma update. 2019-03-07 08:43:28 +05:00
o Fastfix for previous two commits (sorry) and chroma update. 2019-03-07 08:43:28 +05:00
p Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
q Pagination, readable error messages to user, syntax highlighting started. 2018-05-01 02:37:51 +05:00
r Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
s Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
t Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
v Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
w Pagination, readable error messages to user, syntax highlighting started. 2018-05-01 02:37:51 +05:00
x Pagination, readable error messages to user, syntax highlighting started. 2018-05-01 02:37:51 +05:00
y Fastfix for previous two commits (sorry) and chroma update. 2019-03-07 08:43:28 +05:00
README.md Move to Go modules (#10) 2019-10-13 08:55:38 +00:00
lexers.go Fastfix for previous two commits (sorry) and chroma update. 2019-03-07 08:43:28 +05:00

README.md

Lexer tests

The tests in this directory feed a known input testdata/<name>.actual into the parser for <name> and check that its output matches <name>.exported.

Running the tests

Run the tests as normal:

go test ./lexers

Updating the existing tests

You can regenerate all the test outputs

RECORD=true go test ./lexers