We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the output from one assertion:
t.is(fn('foo\nbar\nbaz\nquz', { startPosition, endPosition, move:1 }), expected) | | "bar\nfoo\nbaz\nquz" "bar\nfoo\nbaz\nquza" Test.alternateOptions (test.js:149:4)
In this case: startPostion and endPosition should be shown, move should not.
startPostion
endPosition
move
The text was updated successfully, but these errors were encountered:
@jamestalmage To be honest, shorthand property in Enhanced Object Literal is difficult to capture. I'll try it again.
Sorry, something went wrong.
No branches or pull requests
Here is the output from one assertion:
In this case:
startPostion
andendPosition
should be shown,move
should not.The text was updated successfully, but these errors were encountered: