Skip to content

Commit 2b31114

Browse files
committed
Add space before $ in xml test file
1 parent 99a4fe4 commit 2b31114

File tree

1 file changed

+9
-9
lines changed
  • java/ql/test/query-tests/security/CWE-524/res/layout

1 file changed

+9
-9
lines changed

java/ql/test/query-tests/security/CWE-524/res/layout/Test.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66

77
<EditText
88
android:id="@+id/test1_password"
9-
android:inputType="text"/> <!-- $hasResult -->
9+
android:inputType="text"/> <!-- $ hasResult -->
1010

1111
<EditText
1212
android:id="@+id/test2_safe"
13-
android:inputType="text"/>
13+
android:inputType="text"/>
1414

1515
<EditText
1616
android:id="@+id/test3_password"
17-
android:inputType="textNoSuggestions"/>
17+
android:inputType="textNoSuggestions"/>
1818

1919
<EditText
2020
android:id="@+id/test4_password"
21-
android:inputType="textPassword"/>
21+
android:inputType="textPassword"/>
2222

2323
<EditText
2424
android:id="@+id/test5_bank_account_name"
25-
android:inputType="textMultiLine"/> <!-- $hasResult -->
25+
android:inputType="textMultiLine"/> <!-- $ hasResult -->
2626

2727
<EditText
28-
android:id="@+id/test6_password"/> <!-- $hasResult -->
28+
android:id="@+id/test6_password"/> <!-- $ hasResult -->
2929

3030
<EditText
31-
android:id="@+id/test7_password"/>
31+
android:id="@+id/test7_password"/>
3232

3333
<EditText
34-
android:id="@+id/test8_password"/>
35-
</LinearLayout>
34+
android:id="@+id/test8_password"/>
35+
</LinearLayout>

0 commit comments

Comments
 (0)