Implement 'prev', extend testcase

This commit is contained in:
Michael Stapelberg
2010-05-10 09:08:31 +02:00
parent d8307f4b4a
commit 145ebc7584
3 changed files with 66 additions and 13 deletions

View File

@ -100,6 +100,9 @@ focus { return TOK_FOCUS; }
move { return TOK_MOVE; }
open { return TOK_OPEN; }
next { return TOK_NEXT; }
prev { return TOK_PREV; }
horizontal { return TOK_HORIZONTAL; }
vertical { return TOK_VERTICAL; }
class { BEGIN(WANT_QSTRING); return TOK_CLASS; }
id { BEGIN(WANT_QSTRING); return TOK_ID; }