Always enforce stack version limit during reductions

Fixes #669
This commit is contained in:
Max Brunsfeld 2020-07-06 15:56:21 -07:00
parent 0438ed03ff
commit 0bf2450b4a
3 changed files with 28 additions and 6 deletions

View file

@ -3,6 +3,7 @@ mod helpers;
mod highlight_test;
mod node_test;
mod parser_test;
mod pathological_test;
mod query_test;
mod tags_test;
mod test_highlight_test;