We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6746fc2 commit 1ae242eCopy full SHA for 1ae242e
README.md
@@ -11,7 +11,7 @@ the [`deno_lint` project](https://github.com/denoland/deno_lint).
11
12
## Using the Library
13
14
-```
+```rust
15
let mut validator = EcmaRegexValidator::new(EcmaVersion::ES2018);
16
assert_eq!(validator.validate_pattern("foo|abc(d)?", false), Ok(()));
17
assert_eq!(validator.validate_flags("gim", false), Ok(()));
0 commit comments