| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8480f87 commit 092a448
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,7 +46,7 @@ const testCases = [ | |||
| 46 | 46 | matches: [ | |
| 47 | 47 | 'JS:~functionOne .+/linux-perf-logger.js', | |
| 48 | 48 | 'JS:~functionTwo .+/linux-perf-logger.js', | |
| 49 | - String.raw`RegExp\.> src: 'test-regex' flags: 'gi'`, | ||
| 49 | + String.raw`RegExp\.< src: 'test-regex' flags: 'gi'`, | ||
| 50 | 50 | ], | |
| 51 | 51 | noMatches: [ | |
| 52 | 52 | String.raw`JS:\*'functionOne`, | |
@@ -57,7 +57,7 @@ const testCases = [ | |||
| 57 | 57 | title: '--perf-basic-prof compiled', | |
| 58 | 58 | nodeFlags: ['--allow-natives-syntax', '--perf-basic-prof', '--no-turbo-inlining'], | |
| 59 | 59 | matches: [ | |
| 60 | - String.raw`RegExp\.> src: 'test-regex' flags: 'gi'`, | ||
| 60 | + String.raw`RegExp\.< src: 'test-regex' flags: 'gi'`, | ||
| 61 | 61 | 'JS:~functionOne .+/linux-perf-logger.js', | |
| 62 | 62 | 'JS:~functionTwo .+/linux-perf-logger.js', | |
| 63 | 63 | String.raw`JS:\*'functionOne .+/linux-perf-logger.js`, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments