commit | 258f537938c32af1bb9038ac6bf08bf35ec690ca | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Sat Apr 22 20:22:10 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Sat Apr 22 20:22:10 2023 -0400 |
tree | 5e7679d13c9b1a75d07784124868f94f7c2fb113 | |
parent | 9481e6619623dbecc6720b867ff3edb0ed84dfdd [diff] [blame] |
fixed string testing
diff --git a/src/reflex/scanners.ts b/src/reflex/scanners.ts index 0ae285a..d6ecba9 100644 --- a/src/reflex/scanners.ts +++ b/src/reflex/scanners.ts
@@ -179,7 +179,7 @@ string: string, soft: string[], strict: string[], - enabled?: boolean + enabled: boolean = true ): { word: string; type: string } | null { if (!enabled) return null; for (const word of strict) {