You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be fixed on master, although moonshine.js and moonshine.min.js were not rebuilt in that CL. PR #46 includes a rebuild that incorporates those fixes.
string.sub('abcde', 4, 1)
should be an empty string, not'bc'
.string.sub('abcde', 3, 0)
should be an empty string, not'cde'
.The text was updated successfully, but these errors were encountered: