Add concept tests + fix typo

This commit is contained in:
Joe Farebrother
2024-04-24 10:31:40 +01:00
parent ec4c820391
commit 2b935e575a
5 changed files with 94 additions and 12 deletions

View File

@@ -1094,7 +1094,7 @@ module Http {
/**
* Gets the argument containing the headers dictionary.
*/
DataFlow::Node geBulkArg() { result = super.getBulkArg() }
DataFlow::Node getBulkArg() { result = super.getBulkArg() }
/**
* Holds if newlines are accepted in the header name argument.