Migrate the move command to use typed numbers.

This commit is contained in:
Ingo Bürk
2015-09-27 16:59:36 +02:00
parent 0ae9cddc98
commit c7ca6e1b41
4 changed files with 20 additions and 25 deletions

View File

@ -216,7 +216,7 @@ is(parser_calls('workspace "foo\\\\\\"bar"'),
################################################################################
is(parser_calls("resize shrink width 10 px or"),
"ERROR: Expected one of these tokens: <word>\n" .
"ERROR: Expected one of these tokens: <number>\n" .
"ERROR: Your command: resize shrink width 10 px or\n" .
"ERROR: ",
"error for resize command with incomplete 'or'-construction ok");