binary parse test: extra words after string literal
authorDavid Neto <dneto@google.com>
Mon, 30 Nov 2015 18:45:20 +0000 (13:45 -0500)
committerDavid Neto <dneto@google.com>
Tue, 1 Dec 2015 20:38:32 +0000 (15:38 -0500)
commit36909c05a5248a28029ad1d04e80fe059cee237b
treef5c4a8cce70396f8cbcf823c236e4344c433eb43
parent292acb5b41cef5442b0192bfb3a620383bdc0d7a
binary parse test: extra words after string literal

Covers the case where the string literal is the
last operand.

TODO: Case where one more operand is expected after
the string literal.  Occurs only for the LinkageAttributes
decoration.  To test that, we need to update the grammar
as well.
test/BinaryParse.cpp