Julien Pivotto 1282d1b39c
Refactor test assertions (#8110)
* Refactor test assertions

This pull request gets rid of assert.True where possible to use
fine-grained assertions.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-10-27 11:06:53 +01:00
..
2020-10-27 11:06:53 +01:00
2020-03-23 20:38:43 +01:00
2020-03-23 20:38:43 +01:00
2020-03-23 20:38:43 +01:00
2018-10-18 13:58:00 +01:00
2020-03-23 20:38:43 +01:00
2018-10-18 13:58:00 +01:00

Making changes to textparse lexers

In the rare case that you need to update the textparse lexers, edit promlex.l or openmetricslex.l and then run the following command: golex -o=promlex.l.go promlex.l

Note that you need golex installed: go get -u modernc.org/golex