We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fc3c8 commit 77ec810Copy full SHA for 77ec810
1 file changed
docs/extending_polyfile.md
@@ -60,7 +60,7 @@ class ExampleMatcher(MagicTest):
60
return FailedTest(self, offset=0, message="This is not an example file!")
61
62
# Register the matcher so it always runs:
63
-MagicMatcher.DEFAULT_INSTANCE.add(RelaxedJarMatcher())
+MagicMatcher.DEFAULT_INSTANCE.add(ExampleMatcher())
64
```
65
66
## Parsing
0 commit comments