Ruby: Document missing test result

This commit is contained in:
Harry Maclean
2022-04-05 10:12:18 +12:00
parent bb3fb0325b
commit 6998608257
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
failures
| insecure_download.rb:5:36:5:63 | # $BAD= (requires hash flow) | Missing result:BAD= |
edges
| insecure_download.rb:31:11:31:41 | "http://example.org/unsafe.APK" : | insecure_download.rb:33:15:33:17 | url |
| insecure_download.rb:31:11:31:41 | "http://example.org/unsafe.APK" : | insecure_download.rb:33:15:33:17 | url |

View File

@@ -2,7 +2,7 @@ require "excon"
def foo
def download_tools(installer)
Excon.get(installer[:url]) # $BAD= (requires hash flow)
Excon.get(installer[:url]) # $ MISSING: BAD= (requires hash flow)
end
constants = {