Skip to content

Commit 284a24c

Browse files
committed
JS: Update tests with deprecation warning
1 parent fb181c2 commit 284a24c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

javascript/ql/test/library-tests/frameworks/jQuery/JQueryMethodCall.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
WARNING: Type JQueryMethodCall has been deprecated and may be removed in future (JQueryMethodCall.ql:3,6-22)
12
| tracking.js:7:5:7:24 | this.elm.html('foo') | html |
23
| tracking.js:14:5:14:17 | e.html('foo') | html |
34
| tracking.js:18:7:18:15 | $('#foo') | $ |

javascript/ql/test/library-tests/frameworks/jQuery/interpretsArgumentAsHtml.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
WARNING: Type JQueryMethodCall has been deprecated and may be removed in future (interpretsArgumentAsHtml.ql:3,6-22)
12
| tracking.js:7:5:7:24 | this.elm.html('foo') | tracking.js:7:19:7:23 | 'foo' |
23
| tracking.js:14:5:14:17 | e.html('foo') | tracking.js:14:12:14:16 | 'foo' |
34
| tracking.js:18:7:18:15 | $('#foo') | tracking.js:18:9:18:14 | '#foo' |

0 commit comments

Comments
 (0)