commit 7/8 Rosetta tokenize (#39213)

This commit is contained in:
c-logan
2020-07-08 16:21:01 -06:00
committed by GitHub
parent 8656556ca2
commit ca2b97f11e

View File

@ -65,7 +65,7 @@ tests:
<div id='js-seed'> <div id='js-seed'>
```js ```js
function tokenize(str, esc, sep) { function tokenize(str, sep, esc) {
return true; return true;
} }
``` ```