Swift: Autoformat.

This commit is contained in:
Geoffrey White
2023-07-11 10:05:24 +01:00
parent 2d7166b903
commit fcc98f83c0

View File

@@ -9,7 +9,9 @@ bindingset[s]
string quote(string s) { if s.matches("% %") then result = "\"" + s + "\"" else result = s }
module RegexTest implements TestSig {
string getARelevantTag() { result = ["regex", "input", "redos-vulnerable", "hasParseFailure", "modes"] }
string getARelevantTag() {
result = ["regex", "input", "redos-vulnerable", "hasParseFailure", "modes"]
}
predicate hasActualResult(Location location, string element, string tag, string value) {
exists(TreeView::RegExpTerm t |