fix ch_range; confirm action works with sequences too

This commit is contained in:
Meredith L. Patterson 2013-12-16 13:18:54 +01:00
parent 6c9410d8de
commit 2730d9ffd7
3 changed files with 13 additions and 5 deletions

View file

@ -175,6 +175,11 @@ function sequence()
return h_sequence__a($arg_list);
}
function ch_range($low, $high)
{
return action(h_ch_range($low, $high), \"chr\");
}
function in($charset)
{
return action(h_in($charset), \"chr\");