aboutsummaryrefslogtreecommitdiff
path: root/smalidea/testData/InvalidClassDirective3.txt
diff options
context:
space:
mode:
authorBen Gruver <bgruv@google.com>2015-02-16 10:45:26 -0800
committerBen Gruver <bgruv@google.com>2015-02-16 10:45:26 -0800
commitf47973006b3c84d3761d51752a1b13eedae617cf (patch)
tree275d14395a243692134a43e5feaf94d95c3c444a /smalidea/testData/InvalidClassDirective3.txt
parentea04d22ffd6dfba6cb4309550e0cbe445e0fef89 (diff)
downloadsmali-f47973006b3c84d3761d51752a1b13eedae617cf.tar.gz
Split out a separate class access list, to improve parsing
Diffstat (limited to 'smalidea/testData/InvalidClassDirective3.txt')
-rw-r--r--smalidea/testData/InvalidClassDirective3.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/smalidea/testData/InvalidClassDirective3.txt b/smalidea/testData/InvalidClassDirective3.txt
new file mode 100644
index 00000000..06b7184b
--- /dev/null
+++ b/smalidea/testData/InvalidClassDirective3.txt
@@ -0,0 +1,18 @@
+smali.FILE
+ SmaliClass(CLASS)
+ SmaliModifierList(MODIFIER_LIST)
+ <empty list>
+ SmaliExtendsList(EXTENDS_LIST)
+ <empty list>
+ SmaliImplementsList(IMPLEMENTS_LIST)
+ <empty list>
+ PsiElement(CLASS_STATEMENT)
+ PsiElement(CLASS_DIRECTIVE)('.class')
+ PsiWhiteSpace(' ')
+ PsiElement(ACCESS_LIST)
+ PsiElement(ACCESS_SPEC)('public')
+ PsiWhiteSpace(' ')
+ PsiErrorElement:extraneous input '.class' expecting CLASS_DESCRIPTOR
+ PsiElement(CLASS_DIRECTIVE)('.class')
+ PsiWhiteSpace(' ')
+ PsiElement(CLASS_DESCRIPTOR)('Ltest;') \ No newline at end of file