test: add file with a syntax error
authorRan Benita <ran234@gmail.com>
Sat, 26 Jul 2014 19:29:22 +0000 (22:29 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 26 Jul 2014 19:29:22 +0000 (22:29 +0300)
commitf5182bbd7415bfa99d78a7865d67a56f770447a0
tree76b7bb45c3b181597512ad86a82ee823f0a454e2
parent61fed8dab9b8e27981f36ffc96666d7376546e30
test: add file with a syntax error

We didn't really have any. It also a exposes a memory leak, since the
parser doesn't clean up the AST nodes of the discarded symbols.

Signed-off-by: Ran Benita <ran234@gmail.com>
test/data/keymaps/syntax-error.xkb [new file with mode: 0644]
test/filecomp.c