]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/187-commands-parser.t
Implement 'rename workspace <old_name> to <new_name>'
[i3/i3] / testcases / t / 187-commands-parser.t
index 7e6f97bd1607fd7815c856e3aa8f39ff3716bfd8..8b57a0a1c7c9c4789871353b3e9d0dd5827181eb 100644 (file)
@@ -127,7 +127,7 @@ is(parser_calls("\nworkspace test"),
 ################################################################################
 
 is(parser_calls('unknown_literal'),
-   "Expected one of these tokens: <end>, '[', 'move', 'exec', 'exit', 'restart', 'reload', 'border', 'layout', 'append_layout', 'workspace', 'focus', 'kill', 'open', 'fullscreen', 'split', 'floating', 'mark', 'resize', 'nop', 'scratchpad', 'mode'\n" .
+   "Expected one of these tokens: <end>, '[', 'move', 'exec', 'exit', 'restart', 'reload', 'border', 'layout', 'append_layout', 'workspace', 'focus', 'kill', 'open', 'fullscreen', 'split', 'floating', 'mark', 'resize', 'rename', 'nop', 'scratchpad', 'mode'\n" .
    "Your command: unknown_literal\n" .
    "              ^^^^^^^^^^^^^^^",
    'error for unknown literal ok');