Update test expectations

This commit is contained in:
Owen Mansel-Chan
2025-03-26 11:01:09 +00:00
parent 626a7d5007
commit 04ec1d7830

View File

@@ -1 +1 @@
| Test.java:4:14:4:36 | replaceAll(...) | This call to 'replaceAll' should be a call `replace` as its $@ is not a regular expression. | Test.java:4:28:4:30 | "t" | first argument |
| Test.java:4:14:4:36 | replaceAll(...) | This call to 'replaceAll' should be a call to 'replace' as its $@ is not a regular expression. | Test.java:4:28:4:30 | "t" | first argument |