]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/187-commands-parser.t
Migrate the move command to use typed numbers.
[i3/i3] / testcases / t / 187-commands-parser.t
index 4f555b29d4a42c3d5fe3824abdb51ec8bd0f368b..a56d668ea56bca6c8ba51b668196bc05da9eb2dd 100644 (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");