# Lexer tests The tests in this directory feed a known input `testdata/.actual` into the parser for `` and check that its output matches `.exported`. ## Running the tests Run the tests as normal: ```go go test ./lexers ``` ## Updating the existing tests You can regenerate all the test outputs ```go RECORD=true go test ./lexers ```