]> git.lizzy.rs Git - rust.git/commit
Merge #128
authorbors[bot] <bors[bot]@users.noreply.github.com>
Tue, 16 Oct 2018 12:24:26 +0000 (12:24 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Tue, 16 Oct 2018 12:24:26 +0000 (12:24 +0000)
commit39cb6c6d3f78b193f5873c3492e530bbd24d5dd2
tree3b588576a9645d958178c39925f22c291d8a0360
parent8c74fd96192679525f985b9f6f85e9bdc011aa09
parent2c4cfb297ec59625310023796b65e3dd48f1e76a
Merge #128

128: Add a test to verify if the generated codes are up-to-date. r=matklad a=mominul

This test checks if the generated codes are up-to-date every time during `cargo test`.

I have confirmed that the test works by manually editing the `grammar.ron` file.

Closes #126

Thanks!

Co-authored-by: Muhammad Mominul Huque <mominul2082@gmail.com>