diff --git a/benchmarks/correctness.js b/benchmarks/correctness.js index fc566114..b042329e 100644 --- a/benchmarks/correctness.js +++ b/benchmarks/correctness.js @@ -204,7 +204,7 @@ sys.stdout = _stdout # Check output contains the number 351 (100.5 + 200.0 + 50.5) # Match as a standalone number (not as substring of e.g. 13510) import re -if re.search(r'(? { let mode = null; - if (cmd === '/ponytail-review' || cmd === '/ponytail:ponytail-review') { + if (cmd === '/ponytail-review' || cmd === '/ponytail:review') { mode = 'review'; } else if (cmd === '/ponytail' || cmd === '/ponytail:ponytail') { if (arg === 'lite') mode = 'lite';