Add a regression test for

Fixes 
This commit is contained in:
Maxime Coste 2016-07-11 19:46:50 +01:00
parent bb688cf42d
commit e288d84408
4 changed files with 4 additions and 0 deletions
test/regression/704-crash-when-using-a-hook-on-NormalBegin-and-NormalEnd

View File

@ -0,0 +1,2 @@
hook global NormalBegin .* 'exec s'
hook global NormalEnd .* 'exec s'