1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-13 13:28:27 +02:00
2019-07-15 20:40:04 +10:00
..
2018-12-27 16:13:37 +11:00
2018-03-19 00:47:15 +11:00
2019-04-29 05:15:40 +10:00
2019-01-24 14:12:19 +11:00
2019-06-17 22:51:52 +10:00
2018-06-25 20:57:01 +10:00
2018-04-19 07:47:59 +10:00
2019-07-15 20:40:04 +10:00
2019-02-09 10:23:20 +11:00
2019-03-07 23:49:34 +11:00
2018-12-27 16:13:37 +11:00
2019-05-06 10:36:17 +10:00
2019-07-15 20:40:04 +10:00
2019-02-04 15:40:15 +11:00
2019-07-15 20:40:04 +10:00
2019-04-24 10:07:29 +10:00
2018-11-12 20:08:24 +11:00
2018-11-04 10:22:51 +11:00
2018-03-18 20:38:29 +11:00
2019-04-24 10:07:29 +10:00

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