Closed HParker closed 1 month ago
This test warns
warning: ambiguity between regexp and two divisions: wrap regexp in parentheses or add a space after `/' operator
We can fix this warning by using the %r regex syntax instead
This test warns
We can fix this warning by using the %r regex syntax instead