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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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